mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
16 lines
359 B
Text
16 lines
359 B
Text
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.
|
|
|