On 2023-11-02 3:20 pm, Duje Mihanović wrote:
Add ARCH_MMP configuration option for Marvell PXA1908 SoC.

Signed-off-by: Duje Mihanović <duje.mihano...@skole.hr>
---
  arch/arm64/Kconfig.platforms | 11 +++++++++++
  1 file changed, 11 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 6069120199bb..b417cae42c84 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -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

NAK, not only is selecting user-visible symbols generally frowned upon, and ignoring their dependencies even worse, but for a multiplatform kernel the user may well want this to be a module.

If having the SMMU driver built-in is somehow fundamentally required for this platform to boot, that would represent much bigger problems.

Thanks,
Robin.

+       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

Reply via email to