Skip to content

Commit

Permalink
arm64: Introduce Allwinner SoC config option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andre Przywara authored and Maxime Ripard committed Jan 24, 2016
1 parent 92e963f commit ce3dd55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/Kconfig.platforms
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ce3dd55

Please sign in to comment.