MSCC: Add support for Jaguar2 SOC family
[oweals/u-boot.git] / arch / mips / mach-mscc / Kconfig
index 37ef432e48f850967fa0afbc84f2a97cd8eefa11..fc6aa037dd595cf79e19f45a3c8c7940c66c1d4c 100644 (file)
@@ -33,6 +33,13 @@ config SOC_LUTON
        help
          This supports MSCC Luton family of SOCs.
 
+config SOC_JR2
+       bool "Jaguar2 SOC Family"
+       select SOC_VCOREIII
+       select DESIGNWARE_SPI
+       help
+         This supports MSCC Jaguar2 family of SOCs.
+
 endchoice
 
 config SYS_CONFIG_NAME
@@ -65,4 +72,6 @@ source "board/mscc/ocelot/Kconfig"
 
 source "board/mscc/luton/Kconfig"
 
+source "board/mscc/jr2/Kconfig"
+
 endmenu