Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[sfrench/cifs-2.6.git] / arch / arm / mach-meson / Kconfig
1 menuconfig ARCH_MESON
2         bool "Amlogic Meson SoCs"
3         depends on ARCH_MULTI_V7
4         select GPIOLIB
5         select GENERIC_IRQ_CHIP
6         select ARM_GIC
7         select CACHE_L2X0
8         select PINCTRL
9         select PINCTRL_MESON
10         select COMMON_CLK
11         select COMMON_CLK_AMLOGIC
12         select HAVE_ARM_SCU if SMP
13
14 if ARCH_MESON
15
16 config MACH_MESON6
17         bool "Amlogic Meson6 (8726MX) SoCs support"
18         default ARCH_MESON
19         select MESON6_TIMER
20
21 config MACH_MESON8
22         bool "Amlogic Meson8 SoCs support"
23         default ARCH_MESON
24         select MESON6_TIMER
25         select COMMON_CLK_MESON8B
26         select MESON_IRQ_GPIO
27
28 config MACH_MESON8B
29         bool "Amlogic Meson8b SoCs support"
30         default ARCH_MESON
31         select MESON6_TIMER
32         select COMMON_CLK_MESON8B
33         select MESON_IRQ_GPIO
34
35 endif