summaryrefslogtreecommitdiff
path: root/target/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-20 20:42:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-20 20:42:19 +0200
commitd07acf5eacf62cd8b5495f12e3b37427050270c9 (patch)
treea0f4d7869e37ede1ca386ac428c75bf4b34d80f4 /target/Config.in
parent70c44baa23fbf86a888f6f37a75bca10a631a01c (diff)
parent4a0a9fe7fee9d7032adc62e244a23d37013816e3 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/target/Config.in b/target/Config.in
index b29bab13e..b85db8541 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -245,7 +245,7 @@ config ADK_LINUX_MIPS64EL_QEMU
config ADK_LINUX_CRIS_QEMU
bool "cris"
select ADK_qemu_cris
- select ADK_BROKEN
+# select ADK_BROKEN
help
Qemu support for CRISv32 architecture.
@@ -310,7 +310,7 @@ source "target/linux/config/Config.in.kernel"
choice
prompt "Target C library"
-depends ! ADK_NATIVE
+depends on ! ADK_NATIVE
config ADK_TARGET_LIB_UCLIBC
bool "uClibc embedded C library"
help
@@ -362,6 +362,7 @@ config ADK_TARGET_ROOTFS_INITRAMFS
ADK_LINUX_MIPS64EL_QEMU || \
ADK_LINUX_RESCUE || \
ADK_LINUX_MIPS64_LEMOTE
+ select ADK_KERNEL_BLK_DEV_INITRD
help
create an read-only initramfs system.
@@ -409,12 +410,13 @@ config ADK_TARGET_ROOTFS_EXT2_CF
inside your hardware and want to boot from it.
config ADK_TARGET_ROOTFS_EXT2
- bool "read-write filesystem for qemu emulator"
+ bool "Ext2 read-write filesystem"
depends on ADK_LINUX_QEMU || \
- ADK_LINUX_XSCALE_ZAURUS
+ ADK_LINUX_XSCALE_ZAURUS || \
+ ADK_LINUX_MIPS64_LEMOTE
select ADK_KERNEL_EXT2_FS
help
- Use this option if you compile for qemu.
+ Use this option if your rootfs is ext2.
endchoice
config ADK_SSP