aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2016-03-01 21:34:56 -0500
committerCarlo Caione <carlo@endlessm.com>2016-03-07 04:44:31 -0500
commit451e9e54e259f1f223763e191393c47383674256 (patch)
tree3192625fba09d12cfb3cd310f1a7e43679bf4944
parent388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95 (diff)
ARM64: Enable Amlogic Meson GXBaby platform
Provide the ARCH_MESON Kconfig symbol to allow enabling existing serial and i2c drivers. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Carlo Caione <carlo@endlessm.com>
-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 21074f674bde..c900e1708d18 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -48,6 +48,11 @@ config ARCH_MEDIATEK
48 help 48 help
49 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs 49 Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
50 50
51config ARCH_MESON
52 bool "Amlogic Platforms"
53 help
54 This enables support for the Amlogic S905 SoCs.
55
51config ARCH_QCOM 56config ARCH_QCOM
52 bool "Qualcomm Platforms" 57 bool "Qualcomm Platforms"
53 select PINCTRL 58 select PINCTRL