From 1895b87e84d75272218a7db1d3454265fcf6e791 Mon Sep 17 00:00:00 2001 From: Horatiu Vultur Date: Wed, 23 Jan 2019 16:39:42 +0100 Subject: 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 Reviewed-by: Daniel Schwierzeck --- arch/mips/mach-mscc/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'arch/mips/mach-mscc/Kconfig') 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 -- cgit v1.1