mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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
|