diff options
Diffstat (limited to 'arch/arm/mach-sunxi/Kconfig')
-rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 0fbd4f156bfa..6434e3b62c13 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig | |||
@@ -35,4 +35,12 @@ config MACH_SUN7I | |||
35 | select HAVE_ARM_ARCH_TIMER | 35 | select HAVE_ARM_ARCH_TIMER |
36 | select SUN5I_HSTIMER | 36 | select SUN5I_HSTIMER |
37 | 37 | ||
38 | config MACH_SUN8I | ||
39 | bool "Allwinner A23 (sun8i) SoCs support" | ||
40 | default ARCH_SUNXI | ||
41 | select ARCH_HAS_RESET_CONTROLLER | ||
42 | select ARM_GIC | ||
43 | select MFD_SUN6I_PRCM | ||
44 | select RESET_CONTROLLER | ||
45 | |||
38 | endif | 46 | endif |