summaryrefslogtreecommitdiff
path: root/arch/arm/mach-meson/Kconfig
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2018-09-05 15:56:12 +0200
committerNeil Armstrong <narmstrong@baylibre.com>2018-11-26 14:40:52 +0100
commit485bba395e00a3a9a250ae1d02abb9cff314e8e7 (patch)
treea49e75ff356647ce79f6121d4995fc53bbbe3dfc /arch/arm/mach-meson/Kconfig
parent33e3378091391c90a110d93f4c89044b4461fb99 (diff)
ARM: meson: Add support for AXG family
This patch adds support for the Amlogic AXG SoC, which is very close from the Amlogic GXL SoCs with : - Same 4xCortex-A53 CPUs but clocked at 1.2GHZ max - DDR Interface limited to DDR4 16bit - The whole physical register address space has been moved to 0xfxxxxxxx - The pinctrl setup has changed - The clock tree is different enough to use a different driver Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch/arm/mach-meson/Kconfig')
-rw-r--r--arch/arm/mach-meson/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index 6225417a56..7f217facd1 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -6,6 +6,8 @@ config MESON64_COMMON
select CLK
select DM
select DM_SERIAL
+ select SYSCON
+ select REGMAP
imply CMD_DM
config MESON_GX
@@ -34,6 +36,12 @@ config MESON_GXM
help
Select this if your SoC is an S912
+config MESON_AXG
+ bool "AXG"
+ select MESON64_COMMON
+ help
+ Select this if your SoC is an A113X/D
+
endchoice
config SYS_SOC