Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / mach-sunxi / Kconfig
CommitLineData
559482d1
MR
1menuconfig ARCH_SUNXI
2 bool "Allwinner SoCs" if ARCH_MULTI_V7
19a280a6 3 select ARCH_REQUIRE_GPIOLIB
3b52634f 4 select CLKSRC_MMIO
3b52634f
MR
5 select GENERIC_IRQ_CHIP
6 select PINCTRL
119fd635 7 select SUN4I_TIMER
559482d1
MR
8
9if ARCH_SUNXI
10
11config MACH_SUN4I
12 bool "Allwinner A10 (sun4i) SoCs support"
13 default ARCH_SUNXI
14
15config MACH_SUN5I
16 bool "Allwinner A10s / A13 (sun5i) SoCs support"
17 default ARCH_SUNXI
18 select SUN5I_HSTIMER
19
20config MACH_SUN6I
21 bool "Allwinner A31 (sun6i) SoCs support"
22 default ARCH_SUNXI
23 select ARCH_HAS_RESET_CONTROLLER
24 select ARM_GIC
324da938 25 select MFD_SUN6I_PRCM
559482d1
MR
26 select RESET_CONTROLLER
27 select SUN5I_HSTIMER
28
29config MACH_SUN7I
30 bool "Allwinner A20 (sun7i) SoCs support"
31 default ARCH_SUNXI
32 select ARM_GIC
33 select ARM_PSCI
34 select HAVE_ARM_ARCH_TIMER
67905540 35 select SUN5I_HSTIMER
559482d1 36
ac84b79f
CYT
37config MACH_SUN8I
38 bool "Allwinner A23 (sun8i) SoCs support"
39 default ARCH_SUNXI
5ba1657e 40 select ARCH_HAS_RESET_CONTROLLER
ac84b79f 41 select ARM_GIC
5ba1657e
CYT
42 select MFD_SUN6I_PRCM
43 select RESET_CONTROLLER
ac84b79f 44
559482d1 45endif
This page took 0.093298 seconds and 5 git commands to generate.