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>
11 lines
188 B
Text
11 lines
188 B
Text
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
|