x86/boot: Rename overlapping memcpy() to memmove()
[linux/fpc-iii.git] / arch / arm / mach-meson / Kconfig
blob31bdd91098b637fa4f9314f649ada051e89a7f95
1 menuconfig ARCH_MESON
2         bool "Amlogic Meson SoCs"
3         depends on ARCH_MULTI_V7
4         select ARCH_REQUIRE_GPIOLIB
5         select GENERIC_IRQ_CHIP
6         select ARM_GIC
7         select CACHE_L2X0
8         select PINCTRL
9         select PINCTRL_MESON
11 if ARCH_MESON
13 config MACH_MESON6
14         bool "Amlogic Meson6 (8726MX) SoCs support"
15         default ARCH_MESON
16         select MESON6_TIMER
18 config MACH_MESON8
19         bool "Amlogic Meson8 SoCs support"
20         default ARCH_MESON
21         select MESON6_TIMER
23 config MACH_MESON8B
24         bool "Amlogic Meson8b SoCs support"
25         default ARCH_MESON
26         select MESON6_TIMER
28 endif