Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
[cascardo/linux.git] / arch / arm / mach-meson / Kconfig
1 menuconfig ARCH_MESON
2         bool "Amlogic Meson SoCs" if ARCH_MULTI_V7
3         select GENERIC_IRQ_CHIP
4         select ARM_GIC
5         select CACHE_L2X0
6
7 if ARCH_MESON
8
9 config MACH_MESON6
10         bool "Amlogic Meson6 (8726MX) SoCs support"
11         default ARCH_MESON
12         select MESON6_TIMER
13
14 config MACH_MESON8
15         bool "Amlogic Meson8 SoCs support"
16         default ARCH_MESON
17         select MESON6_TIMER
18
19 endif