c750815e2d
Rather than: config CPU_BLAH bool depends on ARCH_FOO || MACH_BAR default y if ARCH_FOO || MACH_BAR arrange for ARCH_FOO and MACH_BAR to select CPU_BLAH directly. Acked-by: Nicolas Pitre <nico@marvell.com> Acked-by: Andrew Victor <linux@maxim.org.za> Acked-by: Brian Swetland <swetland@google.com> Acked-by: Eric Miao <eric.miao@marvell.com> Acked-by: Nicolas Bellido <ml@acolin.be> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
17 lines
372 B
Text
17 lines
372 B
Text
menu "Versatile platform type"
|
|
depends on ARCH_VERSATILE
|
|
|
|
config ARCH_VERSATILE_PB
|
|
bool "Support Versatile/PB platform"
|
|
select CPU_ARM926T
|
|
default y
|
|
help
|
|
Include support for the ARM(R) Versatile/PB platform.
|
|
|
|
config MACH_VERSATILE_AB
|
|
bool "Support Versatile/AB platform"
|
|
select CPU_ARM926T
|
|
help
|
|
Include support for the ARM(R) Versatile/AP platform.
|
|
|
|
endmenu
|