Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / arch / arm / mach-sunxi / Kconfig
CommitLineData
559482d1 1menuconfig ARCH_SUNXI
e3246542
MY
2 bool "Allwinner SoCs"
3 depends on ARCH_MULTI_V7
fdc0074c 4 select ARCH_HAS_RESET_CONTROLLER
3b52634f 5 select CLKSRC_MMIO
3b52634f 6 select GENERIC_IRQ_CHIP
5c34a4e8 7 select GPIOLIB
3b52634f 8 select PINCTRL
119fd635 9 select SUN4I_TIMER
fdc0074c 10 select RESET_CONTROLLER
559482d1
MR
11
12if ARCH_SUNXI
13
14config MACH_SUN4I
15 bool "Allwinner A10 (sun4i) SoCs support"
16 default ARCH_SUNXI
17
18config MACH_SUN5I
19 bool "Allwinner A10s / A13 (sun5i) SoCs support"
20 default ARCH_SUNXI
21 select SUN5I_HSTIMER
22
23config MACH_SUN6I
24 bool "Allwinner A31 (sun6i) SoCs support"
25 default ARCH_SUNXI
559482d1 26 select ARM_GIC
324da938 27 select MFD_SUN6I_PRCM
559482d1
MR
28 select SUN5I_HSTIMER
29
30config MACH_SUN7I
31 bool "Allwinner A20 (sun7i) SoCs support"
32 default ARCH_SUNXI
33 select ARM_GIC
34 select ARM_PSCI
3515c1bb 35 select ARCH_SUPPORTS_BIG_ENDIAN
559482d1 36 select HAVE_ARM_ARCH_TIMER
67905540 37 select SUN5I_HSTIMER
559482d1 38
ac84b79f 39config MACH_SUN8I
14a882df 40 bool "Allwinner sun8i Family SoCs support"
ac84b79f
CYT
41 default ARCH_SUNXI
42 select ARM_GIC
5ba1657e 43 select MFD_SUN6I_PRCM
ac84b79f 44
3d4c2f1c
CYT
45config MACH_SUN9I
46 bool "Allwinner (sun9i) SoCs support"
47 default ARCH_SUNXI
48 select ARM_GIC
49
559482d1 50endif
This page took 0.149956 seconds and 5 git commands to generate.