diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-20 22:07:49 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-20 22:07:49 +0000 |
commit | 9169fcccc955f67bd7d18f1b09f3a115288d11e0 (patch) | |
tree | 659e9ddf311c32fdf9c8886dc29daccb3cc7765d /target/device/Soekris/Config.in | |
parent | 10cacfa02ddb8a80c0d92327afc313f68f0cf753 (diff) |
Do not include Soekris, unless i386 arch
Diffstat (limited to 'target/device/Soekris/Config.in')
-rw-r--r-- | target/device/Soekris/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/device/Soekris/Config.in b/target/device/Soekris/Config.in index 6d55fad16..925b3e5dd 100644 --- a/target/device/Soekris/Config.in +++ b/target/device/Soekris/Config.in @@ -1,6 +1,11 @@ +menuconfig BR2_TARGET_SOEKRIS + bool "Soekris device support" + depends BR2_i386 + default n + +if BR2_TARGET_SOEKRIS config BR2_TARGET_SOEKRIS_NET4521 bool "Soekris net4521" - depends BR2_i386 default n select BR2_PACKAGE_LINUX help @@ -17,3 +22,4 @@ config BR2_TARGET_SOEKRIS_NET4801 comment "Package support" depends on BR2_TARGET_SOEKRIS_NET4521 || BR2_TARGET_SOEKRIS_NET4801 +endif |