summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelversion
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-16 12:16:55 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-16 12:18:09 +0100
commit30d158ee241a5f4bdbae1ad090675cb23f8afc84 (patch)
treebfb6cc9070a221f7da7b5daa97e318934f75964d /target/config/Config.in.kernelversion
parent9e81366ccfff636b9ef04322ed4887305b849eeb (diff)
default to simpleinit+sash for noMMU targets
GDB simulator targets for bfin/h8/300 might have only 8MB of RAM. A busybox based system in the default configuration is to big :)
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r--target/config/Config.in.kernelversion3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index 24fffa23e..3e0efd8c2 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -7,6 +7,7 @@ depends on ADK_TARGET_KERNEL_CUSTOMISING
default ADK_TARGET_KERNEL_VERSION_4_2_6 if ADK_TARGET_ARCH_ARC
default ADK_TARGET_KERNEL_VERSION_4_2_6 if ADK_TARGET_ARCH_H8300
default ADK_TARGET_KERNEL_VERSION_4_2_6 if ADK_TARGET_ARCH_SPARC
+default ADK_TARGET_KERNEL_VERSION_3_14_54 if ADK_TARGET_ARCH_BFIN
default ADK_TARGET_KERNEL_VERSION_4_1_10
config ADK_TARGET_KERNEL_VERSION_GIT
@@ -23,6 +24,7 @@ config ADK_TARGET_KERNEL_VERSION_4_2_6
config ADK_TARGET_KERNEL_VERSION_4_1_10
bool "4.1.10"
depends on !ADK_TARGET_ARCH_ARC
+ depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_SPARC
depends on !ADK_TARGET_SYSTEM_KINETIS_K70
@@ -31,6 +33,7 @@ config ADK_TARGET_KERNEL_VERSION_4_1_10
config ADK_TARGET_KERNEL_VERSION_3_18_22
bool "3.18.22"
depends on !ADK_TARGET_ARCH_ARC
+ depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI2