MSCC: delete obsolete reference to MSCC_BITBANG_SPI_GPIO
[platform/kernel/u-boot.git] / arch / mips / mach-mscc / Kconfig
index fc6aa03..affc472 100644 (file)
@@ -29,7 +29,6 @@ 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.
 
@@ -40,6 +39,20 @@ config SOC_JR2
        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
@@ -74,4 +87,7 @@ source "board/mscc/luton/Kconfig"
 
 source "board/mscc/jr2/Kconfig"
 
+source "board/mscc/servalt/Kconfig"
+
+source "board/mscc/serval/Kconfig"
 endmenu