kumquat-buildroot/target/device/Soekris/Config.in
Paul Mundt 48f9b7862e Get the board-specific dependencies right.
Currently each board is dumping all of its config options regardless of
whether we are even on the right architecture or not (this is due to
outright sourcing of the configs at the upper level..). Dependency
resolution either needs to be done there, or at the board-specific level.
2005-05-02 20:39:12 +00:00

20 lines
356 B
Plaintext

config BR2_TARGET_SOEKRIS_NET4521
bool "Soekris net4521"
depends BR2_i386
default n
select BR2_PACKAGE_LINUX
help
The Soekris net4521
comment "Package support"
depends on BR2_TARGET_SOEKRIS_NET4521
config BR2_PACKAGE_LINUX
bool "linux"
depends on BR2_TARGET_SOEKRIS_NET4521
default n
help
The Linux kernel.
http://www.kernel.org/