5ff3fd2716
The default is already 'n' so there's no need to explicitly state it. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
15 lines
332 B
Text
15 lines
332 B
Text
menu "Versatile platform type"
|
|
depends on ARCH_VERSATILE
|
|
|
|
config ARCH_VERSATILE_PB
|
|
bool "Support Versatile/PB platform"
|
|
default y
|
|
help
|
|
Include support for the ARM(R) Versatile/PB platform.
|
|
|
|
config MACH_VERSATILE_AB
|
|
bool "Support Versatile/AB platform"
|
|
help
|
|
Include support for the ARM(R) Versatile/AP platform.
|
|
|
|
endmenu
|