diff options
author | Andreas Färber <afaerber@suse.de> | 2016-03-02 05:34:56 +0300 |
---|---|---|
committer | Carlo Caione <carlo@endlessm.com> | 2016-03-07 12:44:31 +0300 |
commit | 451e9e54e259f1f223763e191393c47383674256 (patch) | |
tree | 3192625fba09d12cfb3cd310f1a7e43679bf4944 /arch/arm64/Kconfig.platforms | |
parent | 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95 (diff) | |
download | linux-451e9e54e259f1f223763e191393c47383674256.tar.xz |
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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-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 21074f674bde..c900e1708d18 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -48,6 +48,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_QCOM bool "Qualcomm Platforms" select PINCTRL |