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>
This commit is contained in:
parent
388f7b1d6e
commit
451e9e54e2
|
@ -48,6 +48,11 @@ config ARCH_MEDIATEK
|
||||||
help
|
help
|
||||||
Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
|
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
|
config ARCH_QCOM
|
||||||
bool "Qualcomm Platforms"
|
bool "Qualcomm Platforms"
|
||||||
select PINCTRL
|
select PINCTRL
|
||||||
|
|
Loading…
Reference in New Issue