summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2015-12-22 12:27:47 +0000
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-01-24 23:59:26 +0100
commitce3dd55b99b151a90ac1701c6825f2ae2d49b54e (patch)
tree34161be653e72226054c0bbf3e93a07d8d4a3f3a /arch/arm64/Kconfig.platforms
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
downloadop-kernel-dev-ce3dd55b99b151a90ac1701c6825f2ae2d49b54e.zip
op-kernel-dev-ce3dd55b99b151a90ac1701c6825f2ae2d49b54e.tar.gz
arm64: Introduce Allwinner SoC config option
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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 21074f6..3f9d5ed 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -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
OpenPOWER on IntegriCloud