mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
f7e68bbf40
Rather than using a long "depends on..." and "default y" lines for these options, use select instead. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
menu "IMX Implementations"
|
|
depends on ARCH_IMX
|
|
|
|
config ARCH_MX1ADS
|
|
bool "mx1ads"
|
|
depends on ARCH_IMX
|
|
select ISA
|
|
help
|
|
Say Y here if you are using the Motorola MX1ADS board
|
|
|
|
endmenu
|