kumquat-buildroot/target/device/Soekris/Config.in
Peter Korsgaard a5ac61715b buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00

26 lines
489 B
Plaintext

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