aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/mach-mscc/Kconfig
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2019-01-23 16:39:42 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2019-01-23 18:28:09 +0100
commit1895b87e84d75272218a7db1d3454265fcf6e791 (patch)
tree6181191e8469ffbe46881285f651040507a677e8 /arch/mips/mach-mscc/Kconfig
parent5c31ce36e33d6e6216bfa56d176976eca017afb6 (diff)
downloadu-boot-1895b87e84d75272218a7db1d3454265fcf6e791.zip
u-boot-1895b87e84d75272218a7db1d3454265fcf6e791.tar.gz
u-boot-1895b87e84d75272218a7db1d3454265fcf6e791.tar.bz2
MSCC: Add support for Serval SoC family.
As Ocelot, Servalt, Luton and Jaguar2, this family of SoCs are found in Microsemi Switches solution. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/mach-mscc/Kconfig')
-rw-r--r--arch/mips/mach-mscc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/mach-mscc/Kconfig b/arch/mips/mach-mscc/Kconfig
index 80e4b44..34584a1 100644
--- a/arch/mips/mach-mscc/Kconfig
+++ b/arch/mips/mach-mscc/Kconfig
@@ -47,6 +47,13 @@ config SOC_SERVALT
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
@@ -82,4 +89,6 @@ source "board/mscc/luton/Kconfig"
source "board/mscc/jr2/Kconfig"
source "board/mscc/servalt/Kconfig"
+
+source "board/mscc/serval/Kconfig"
endmenu