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 <[email protected]> Signed-off-by: Duje Mihanović <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent a3e506b commit 1eb07e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)