Merge tag 'lpc32xx-soc-for-5.1' of https://github.com/vzapolskiy/linux-lpc32xx into...
[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 ARM_GLOBAL_TIMER
8         select CACHE_L2X0
9         select PINCTRL
10         select PINCTRL_MESON
11         select COMMON_CLK
12         select HAVE_ARM_SCU if SMP
13         select HAVE_ARM_TWD if SMP
14
15 if ARCH_MESON
16
17 config MACH_MESON6
18         bool "Amlogic Meson6 (8726MX) SoCs support"
19         default ARCH_MESON
20         select MESON6_TIMER
21
22 config MACH_MESON8
23         bool "Amlogic Meson8, Meson8b and Meson8m2 SoCs support"
24         default ARCH_MESON
25         select MESON6_TIMER
26         select COMMON_CLK_MESON8B
27         select MESON_IRQ_GPIO
28
29 endif