]> git.dujemihanovic.xyz Git - linux.git/commitdiff
arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform
authorDuje Mihanović <duje.mihanovic@skole.hr>
Fri, 21 Jul 2023 20:37:49 +0000 (22:37 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Mon, 18 Dec 2023 21:07:43 +0000 (22:07 +0100)
Add ARCH_MMP configuration option for Marvell PXA1908 SoC.

Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
arch/arm64/Kconfig.platforms

index 24335565bad5627d010755967941735bd83366e3..de4eb63b77dacfe2fdfc9ded60fca1b221f72d73 100644 (file)
@@ -89,6 +89,17 @@ config ARCH_BERLIN
        help
          This enables support for Marvell Berlin SoC Family
 
+config ARCH_MMP
+       bool "Marvell MMP SoC Family"
+       select ARM_GIC
+       select ARM_ARCH_TIMER
+       select ARM_SMMU
+       select MMP_PDMA
+       select PINCTRL_SINGLE
+       help
+         This enables support for Marvell MMP SoC family, currently
+         supporting PXA1908 aka IAP140.
+
 config ARCH_BITMAIN
        bool "Bitmain SoC Platforms"
        help