diff options
Diffstat (limited to 'arch/arm/mach-sunxi/Kconfig')
-rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 1aaa1e15ef70..a77604fbaf25 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig | |||
@@ -42,4 +42,11 @@ config MACH_SUN8I | |||
42 | select MFD_SUN6I_PRCM | 42 | select MFD_SUN6I_PRCM |
43 | select RESET_CONTROLLER | 43 | select RESET_CONTROLLER |
44 | 44 | ||
45 | config MACH_SUN9I | ||
46 | bool "Allwinner (sun9i) SoCs support" | ||
47 | default ARCH_SUNXI | ||
48 | select ARCH_HAS_RESET_CONTROLLER | ||
49 | select ARM_GIC | ||
50 | select RESET_CONTROLLER | ||
51 | |||
45 | endif | 52 | endif |