mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
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>
16 lines
332 B
Plaintext
16 lines
332 B
Plaintext
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
|