diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2016-02-25 11:14:51 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-02-26 22:56:22 +0100 |
commit | e2f0abaf45bcdcf4408615d90a58730847304df7 (patch) | |
tree | 8ee43ce074f897f908b0a60f1c09970708e9ac3a /arch/arm64/Kconfig.platforms | |
parent | c74f162e845f4aa636c735398676b16640d9541d (diff) | |
download | linux-e2f0abaf45bcdcf4408615d90a58730847304df7.tar.bz2 |
arm64: add Alpine SoC family
This patch introduces ARCH_ALPINE to add the support of the Alpine SoC
family for the arm64 architecture.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 5938fd1b308d..6230a744fb0e 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -1,5 +1,11 @@ menu "Platform selection" +config ARCH_ALPINE + bool "Annapurna Labs Alpine platform" + help + This enables support for the Annapurna Labs Alpine + Soc family. + config ARCH_BCM_IPROC bool "Broadcom iProc SoC Family" help |