Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
[sfrench/cifs-2.6.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
6 if ARCH_MESON
7
8 config MACH_MESON6
9         bool "Amlogic Meson6 (8726MX) SoCs support"
10         default ARCH_MESON
11         select MESON6_TIMER
12
13 endif