mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-12 22:34:30 +00:00

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
|