mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
13 lines
235 B
Text
13 lines
235 B
Text
menuconfig ARCH_MESON
|
|
bool "Amlogic Meson SoCs" if ARCH_MULTI_V7
|
|
select GENERIC_IRQ_CHIP
|
|
select ARM_GIC
|
|
|
|
if ARCH_MESON
|
|
|
|
config MACH_MESON6
|
|
bool "Amlogic Meson6 (8726MX) SoCs support"
|
|
default ARCH_MESON
|
|
select MESON6_TIMER
|
|
|
|
endif
|