Skip to content

Commit 1eb07e9

Browse files
LegoLivesMatterarndb
authored andcommitted
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>
1 parent a3e506b commit 1eb07e9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/Kconfig.platforms

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@ config ARCH_MESON
178178
This enables support for the arm64 based Amlogic SoCs
179179
such as the s905, S905X/D, S912, A113X/D or S905X/D2
180180

181+
config ARCH_MMP
182+
bool "Marvell MMP SoC Family"
183+
select PINCTRL
184+
select PINCTRL_SINGLE
185+
help
186+
This enables support for Marvell MMP SoC family, currently
187+
supporting PXA1908 aka IAP140.
188+
181189
config ARCH_MVEBU
182190
bool "Marvell EBU SoC Family"
183191
select ARMADA_AP806_SYSCON

0 commit comments

Comments
 (0)