mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 22:20:50 +07:00
0b05da7200
Today more boards with arm cpu have selectable pci bus. This patch makes this more scalable and remove line continuations in Kconfig Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
19 lines
395 B
Plaintext
19 lines
395 B
Plaintext
menu "Versatile platform type"
|
|
depends on ARCH_VERSATILE
|
|
|
|
config ARCH_VERSATILE_PB
|
|
bool "Support Versatile/PB platform"
|
|
select CPU_ARM926T
|
|
select MIGHT_HAVE_PCI
|
|
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
|