nvme-rdma: Remove unused includes
[deliverable/linux.git] / arch / arm / mach-meson / Kconfig
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
10
11 if ARCH_MESON
12
13 config MACH_MESON6
14 bool "Amlogic Meson6 (8726MX) SoCs support"
15 default ARCH_MESON
16 select MESON6_TIMER
17
18 config MACH_MESON8
19 bool "Amlogic Meson8 SoCs support"
20 default ARCH_MESON
21 select MESON6_TIMER
22
23 config MACH_MESON8B
24 bool "Amlogic Meson8b SoCs support"
25 default ARCH_MESON
26 select MESON6_TIMER
27
28 endif
This page took 0.034031 seconds and 5 git commands to generate.