summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/qemu_mips_malta_defconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/qemu_mips_malta_defconfig b/configs/qemu_mips_malta_defconfig
new file mode 100644
index 000000000..d6ab8410c
--- /dev/null
+++ b/configs/qemu_mips_malta_defconfig
@@ -0,0 +1,19 @@
+# Architecture
+BR2_mips=y
+BR2_mips_32r2=y
+
+# filesystem
+BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
+
+# Kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.2.config"
+BR2_LINUX_KERNEL_VMLINUX=y
+
+# Serial port config
+BR2_TARGET_GENERIC_GETTY=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"