aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2014-07-19 15:22:47 -0400
committerOlof Johansson <olof@lixom.net>2014-07-19 15:22:47 -0400
commit7b2a428a33411dd9d79ee836b6e72fad2dbbb365 (patch)
treec2b11f6d0e6dac7dce21ad4f9c593a712dc29c8b /arch/arm/mach-sunxi/Kconfig
parentb40abaf07fa19c5aa3e649369ed8e0f9df1d2eda (diff)
parent5ba1657ecdee507df4adcd05b533d09e9934fc11 (diff)
Merge tag 'sunxi-core-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into next/soc
Merge "Allwinner core additions for 3.17" from Maxime Ripard: Nothing very fancy here, only the introduction from the new Allwinner A23 SoC. * tag 'sunxi-core-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux: ARM: sunxi: select MFD_SUN6I_PRCM when sun8i arch support is enabled ARM: sunxi: Add earlyprintk support using R_UART (sun6i/sun8i) ARM: sunxi: Introduce Allwinner A23 support Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-sunxi/Kconfig')
-rw-r--r--arch/arm/mach-sunxi/Kconfig8
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
38config 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
38endif 46endif