diff options
Diffstat (limited to 'arch/mips/mach-mscc/Kconfig')
-rw-r--r-- | arch/mips/mach-mscc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/mach-mscc/Kconfig b/arch/mips/mach-mscc/Kconfig index fc6aa037dd..80e4b44b9e 100644 --- a/arch/mips/mach-mscc/Kconfig +++ b/arch/mips/mach-mscc/Kconfig @@ -40,6 +40,13 @@ 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. + endchoice config SYS_CONFIG_NAME @@ -74,4 +81,5 @@ source "board/mscc/luton/Kconfig" source "board/mscc/jr2/Kconfig" +source "board/mscc/servalt/Kconfig" endmenu |