diff options
author | 2025-07-08 19:09:48 +0200 | |
---|---|---|
committer | 2025-07-11 13:20:58 +0200 | |
commit | 1eb07e99ef39808612e12edaac6ef10f27485a27 (patch) | |
tree | e0cb92264d92fcffd73965c9bee278a059615076 | |
parent | dt-bindings: marvell: Document PXA1908 SoC and samsung,coreprimevelte (diff) | |
download | wireguard-linux-1eb07e99ef39808612e12edaac6ef10f27485a27.tar.xz wireguard-linux-1eb07e99ef39808612e12edaac6ef10f27485a27.zip |
arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform
Add ARCH_MMP configuration option for Marvell PXA1908 SoC.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
Link: https://lore.kernel.org/r/20250708-pxa1908-lkml-v16-3-b4392c484180@dujemihanovic.xyz
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/Kconfig.platforms | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index a541bb029aa4..74a8e1c113df 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -178,6 +178,14 @@ config ARCH_MESON This enables support for the arm64 based Amlogic SoCs such as the s905, S905X/D, S912, A113X/D or S905X/D2 +config ARCH_MMP + bool "Marvell MMP SoC Family" + select PINCTRL + select PINCTRL_SINGLE + help + This enables support for Marvell MMP SoC family, currently + supporting PXA1908 aka IAP140. + config ARCH_MVEBU bool "Marvell EBU SoC Family" select ARMADA_AP806_SYSCON |