arm64: Introduce Allwinner SoC config option
authorAndre Przywara <andre.przywara@arm.com>
Tue, 22 Dec 2015 12:27:47 +0000 (12:27 +0000)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 24 Jan 2016 22:59:26 +0000 (23:59 +0100)
To prepare for supporting the Allwinner A64 SoC, introduce a config
option to allow compiling Allwinner (aka. sunxi) specific drivers
for ARM64.
This patch just defines the ARCH_SUNXI symbol to allow Allwinner
specific drivers to be selected during kernel configuration.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm64/Kconfig.platforms

index 21074f6..3f9d5ed 100644 (file)
@@ -1,5 +1,10 @@
 menu "Platform selection"
 
+config ARCH_SUNXI
+       bool "Allwinner sunxi 64-bit SoC Family"
+       help
+         This enables support for Allwinner sunxi based SoCs like the A64.
+
 config ARCH_BCM_IPROC
        bool "Broadcom iProc SoC Family"
        help