mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
6a4ccd9a8e
This enables the L2 cache controller available in Amlogic SoCs. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Carlo Caione <carlo@caione.org>
20 lines
351 B
Plaintext
20 lines
351 B
Plaintext
menuconfig ARCH_MESON
|
|
bool "Amlogic Meson SoCs" if ARCH_MULTI_V7
|
|
select GENERIC_IRQ_CHIP
|
|
select ARM_GIC
|
|
select CACHE_L2X0
|
|
|
|
if ARCH_MESON
|
|
|
|
config MACH_MESON6
|
|
bool "Amlogic Meson6 (8726MX) SoCs support"
|
|
default ARCH_MESON
|
|
select MESON6_TIMER
|
|
|
|
config MACH_MESON8
|
|
bool "Amlogic Meson8 SoCs support"
|
|
default ARCH_MESON
|
|
select MESON6_TIMER
|
|
|
|
endif
|