mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 22:30:54 +07:00
a29da136de
Now that all the prerequisites are in place, we can enable Versatile boards for multi-platform kernels. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Russell King <linux@arm.linux.org.uk> Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
17 lines
359 B
Plaintext
17 lines
359 B
Plaintext
config ARCH_VERSATILE
|
|
bool "ARM Ltd. Versatile family"
|
|
depends on ARCH_MULTI_V5
|
|
select ARM_AMBA
|
|
select ARM_TIMER_SP804
|
|
select ARM_VIC
|
|
select CLKSRC_VERSATILE
|
|
select COMMON_CLK_VERSATILE
|
|
select CPU_ARM926T
|
|
select ICST
|
|
select MIGHT_HAVE_PCI
|
|
select PLAT_VERSATILE
|
|
select VERSATILE_FPGA_IRQ
|
|
help
|
|
This enables support for ARM Ltd Versatile board.
|
|
|