]> git.sur5r.net Git - u-boot/blobdiff - arch/mips/mach-pic32/Kconfig
Fix spelling of "resetting".
[u-boot] / arch / mips / mach-pic32 / Kconfig
index c1cc5e36fb3d0b9d38016333f3784ca1788c9a10..2e38bb7ecafa84cdd1659f73c28e99d1ddee21cf 100644 (file)
@@ -2,6 +2,34 @@ menu "Microchip PIC32 platforms"
        depends on MACH_PIC32
 
 config SYS_SOC
-       default "none"
+       default "pic32mzda" if SOC_PIC32MZDA
+
+choice
+       prompt "PIC32 SoC select"
+
+config SOC_PIC32MZDA
+       bool "Microchip PIC32MZ[DA] family"
+       select SUPPORTS_LITTLE_ENDIAN
+       select SUPPORTS_CPU_MIPS32_R1
+       select SUPPORTS_CPU_MIPS32_R2
+       select MIPS_L1_CACHE_SHIFT_4
+       select SYS_MIPS_CACHE_INIT_RAM_LOAD
+       help
+         This supports Microchip PIC32MZ[DA] family of microcontrollers.
+
+endchoice
+
+choice
+       prompt "Board select"
+
+config TARGET_PIC32MZDASK
+       bool "Microchip PIC32MZ[DA] Starter Kit"
+       depends on SOC_PIC32MZDA
+       help
+         This supports Microchip PIC32MZ[DA] Starter Kit.
+
+endchoice
+
+source "board/microchip/pic32mzda/Kconfig"
 
 endmenu