diff options
author | Olof Johansson <olof@lixom.net> | 2016-03-12 17:44:51 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-03-12 17:44:51 -0800 |
commit | a86e56cb3910bfe6f842b31cbcfa549af76efafc (patch) | |
tree | c2f28e3806a5ce749396519052aa68b2f7fa9d6f /arch/arm64 | |
parent | c7e1d89b3480fc3f5cbce8b8d87d0ab4882e05b8 (diff) | |
parent | 451e9e54e259f1f223763e191393c47383674256 (diff) |
Merge tag 'for-v4.6/gxbb-arm64' of https://github.com/carlocaione/linux-meson into next/arm64
Provide the ARCH_MESON Kconfig symbol for the Amlogic S905 SoCs.
* tag 'for-v4.6/gxbb-arm64' of https://github.com/carlocaione/linux-meson:
ARM64: Enable Amlogic Meson GXBaby platform
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index c2d621fc7e01..9fbc3e6896bf 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -56,6 +56,11 @@ config ARCH_MEDIATEK help Support for Mediatek MT65xx & MT81xx ARMv8 SoCs +config ARCH_MESON + bool "Amlogic Platforms" + help + This enables support for the Amlogic S905 SoCs. + config ARCH_MVEBU bool "Marvell EBU SoC Family" select ARMADA_AP806_CORE_CLK |