buildrootschalter/target/device/Soekris/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

23 lines
456 B
Plaintext

menuconfig BR2_TARGET_SOEKRIS
bool "Soekris device support"
depends on BR2_i386
if BR2_TARGET_SOEKRIS
config BR2_TARGET_SOEKRIS_NET4521
bool "Soekris net4521"
select BR2_PACKAGE_LINUX
help
The Soekris net4521
config BR2_TARGET_SOEKRIS_NET4801
bool "Soekris net4801"
depends on BR2_i386
select BR2_PACKAGE_LINUX
help
The Soekris net4801
comment "Package support"
depends on BR2_TARGET_SOEKRIS_NET4521 || BR2_TARGET_SOEKRIS_NET4801
endif