xtensa: support DMA buffers in high memory
[cris-mirror.git] / arch / arm / mach-meson / Kconfig
blobd90f61e6254f80ba8fde45ef1129581713ee693a
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
14 if ARCH_MESON
16 config MACH_MESON6
17         bool "Amlogic Meson6 (8726MX) SoCs support"
18         default ARCH_MESON
19         select MESON6_TIMER
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
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
35 endif