]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-uniphier/Kconfig
ARM: uniphier: add ProXstream2 and PH1-LD6b support
[u-boot] / arch / arm / mach-uniphier / Kconfig
index 7a62957de30688acc638a81dd3ca47c5bd9fc162..22ab798b969c4dc1deff494a38dfdb7fd5a7b748 100644 (file)
@@ -42,6 +42,24 @@ config ARCH_UNIPHIER_PH1_PRO5
        help
          This enables support for UniPhier PH1-Pro5 SoC.
 
+config ARCH_UNIPHIER_PROXSTREAM2
+       bool "UniPhier ProXstream2 SoC"
+       select UNIPHIER_SMP
+       depends on !ARCH_UNIPHIER_PH1_SLD3 && \
+                  !ARCH_UNIPHIER_PH1_LD4 && \
+                  !ARCH_UNIPHIER_PH1_SLD8
+       help
+         This enables support for UniPhier ProXstream2 SoC.
+
+config ARCH_UNIPHIER_PH1_LD6B
+       bool "UniPhier PH1-LD6b SoC"
+       select UNIPHIER_SMP
+       depends on !ARCH_UNIPHIER_PH1_SLD3 && \
+                  !ARCH_UNIPHIER_PH1_LD4 && \
+                  !ARCH_UNIPHIER_PH1_SLD8
+       help
+         This enables support for UniPhier PH1-LD6b SoC.
+
 config MICRO_SUPPORT_CARD
        bool "Use Micro Support Card"
        help