]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform
authorDuje Mihanović <duje@dujemihanovic.xyz>
Tue, 8 Jul 2025 17:09:48 +0000 (19:09 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 11 Jul 2025 11:20:58 +0000 (13:20 +0200)
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>
arch/arm64/Kconfig.platforms

index a541bb029aa4e1bee095ab3f44e3a52294905616..74a8e1c113dfc04c28cf06cc58cb45911d69f757 100644 (file)
@@ -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