MSCC: delete obsolete reference to MSCC_BITBANG_SPI_GPIO
[platform/kernel/u-boot.git] / arch / mips / mach-mscc / Kconfig
index fc806fc..affc472 100644 (file)
@@ -15,47 +15,49 @@ config SOC_VCOREIII
 config SYS_SOC
        default "mscc"
 
+choice
+
+       prompt "SOC Family Variant"
+
 config SOC_OCELOT
-       bool
+       bool "Ocelot SOC Family"
        select SOC_VCOREIII
+       select DESIGNWARE_SPI
        help
          This supports MSCC Ocelot family of SOCs.
 
 config SOC_LUTON
-       bool
+       bool "Luton SOC Family"
        select SOC_VCOREIII
        help
          This supports MSCC Luton family of SOCs.
 
-config SYS_CONFIG_NAME
-       default "vcoreiii"
-
-choice
-       prompt "Board select"
-
-config TARGET_OCELOT_PCB120
-       bool "MSCC PCB120 Reference Board (aka VSC5635EV)"
-       select SOC_OCELOT
+config SOC_JR2
+       bool "Jaguar2 SOC Family"
+       select SOC_VCOREIII
+       select DESIGNWARE_SPI
        help
-         When selected, CONFIG_DEFAULT_DEVICE_TREE should be set to
-         ocelot_pcb120
+         This supports MSCC Jaguar2 family of SOCs.
 
-config TARGET_OCELOT_PCB123
-       bool "MSCC PCB123 Reference Board (aka VSC7514EV))"
-       select SOC_OCELOT
+config SOC_SERVALT
+       bool "Servalt SOC Family"
+       select SOC_VCOREIII
+       select MSCC_BB_SPI
        help
-         When selected, CONFIG_DEFAULT_DEVICE_TREE should be set to
-         ocelot_pcb123
+         This supports MSCC Servalt family of SOCs.
 
-config TARGET_LUTON_PCB091
-       bool "MSCC PCB091 Reference Board"
-       select SOC_LUTON
-       select MSCC_BITBANG_SPI_GPIO
+config SOC_SERVAL
+       bool "Serval SOC Family"
+       select SOC_VCOREIII
+       select MSCC_BB_SPI
        help
-         When selected, CONFIG_DEFAULT_DEVICE_TREE should be set to
-         luton_pcb091
+         This supports MSCC Serval family of SOCs.
+
 endchoice
 
+config SYS_CONFIG_NAME
+       default "vcoreiii"
+
 choice
        prompt "DDR type"
 
@@ -81,4 +83,11 @@ endchoice
 
 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