summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi/Kconfig
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2014-06-20 22:52:50 +0800
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-06-23 17:59:57 +0200
commitac84b79fbd97117de54531efad2c526896be7d19 (patch)
treed6dbc60d20fff1266186e216ee4f6ba6adb382ff /arch/arm/mach-sunxi/Kconfig
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
downloadlinux-stable-ac84b79fbd97117de54531efad2c526896be7d19.tar.gz
linux-stable-ac84b79fbd97117de54531efad2c526896be7d19.tar.bz2
linux-stable-ac84b79fbd97117de54531efad2c526896be7d19.zip
ARM: sunxi: Introduce Allwinner A23 support
The Allwinner A23 is a dual-core Cortex-A7-based SoC. It re-uses most of the IPs found in previous SoCs, notably the A31. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-sunxi/Kconfig')
-rw-r--r--arch/arm/mach-sunxi/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 0fbd4f156bfa..f776c5f1bb89 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -35,4 +35,9 @@ config MACH_SUN7I
select HAVE_ARM_ARCH_TIMER
select SUN5I_HSTIMER
+config MACH_SUN8I
+ bool "Allwinner A23 (sun8i) SoCs support"
+ default ARCH_SUNXI
+ select ARM_GIC
+
endif