MSCC: delete obsolete reference to MSCC_BITBANG_SPI_GPIO
[platform/kernel/u-boot.git] / arch / mips / mach-mscc / Kconfig
index 37ef432..affc472 100644 (file)
@@ -29,10 +29,30 @@ config SOC_OCELOT
 config SOC_LUTON
        bool "Luton SOC Family"
        select SOC_VCOREIII
-       select MSCC_BITBANG_SPI_GPIO
        help
          This supports MSCC Luton family of SOCs.
 
+config SOC_JR2
+       bool "Jaguar2 SOC Family"
+       select SOC_VCOREIII
+       select DESIGNWARE_SPI
+       help
+         This supports MSCC Jaguar2 family of SOCs.
+
+config SOC_SERVALT
+       bool "Servalt SOC Family"
+       select SOC_VCOREIII
+       select MSCC_BB_SPI
+       help
+         This supports MSCC Servalt family of SOCs.
+
+config SOC_SERVAL
+       bool "Serval SOC Family"
+       select SOC_VCOREIII
+       select MSCC_BB_SPI
+       help
+         This supports MSCC Serval family of SOCs.
+
 endchoice
 
 config SYS_CONFIG_NAME
@@ -65,4 +85,9 @@ source "board/mscc/ocelot/Kconfig"
 
 source "board/mscc/luton/Kconfig"
 
+source "board/mscc/jr2/Kconfig"
+
+source "board/mscc/servalt/Kconfig"
+
+source "board/mscc/serval/Kconfig"
 endmenu