Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce3dd55b authored by Andre Przywara's avatar Andre Przywara Committed by Maxime Ripard
Browse files

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: default avatarAndre Przywara <andre.przywara@arm.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 92e963f5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
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