summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-pic32
diff options
context:
space:
mode:
authorPurna Chandra Mandal <purna.mandal@microchip.com>2016-01-28 15:30:17 +0530
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-02-01 22:14:01 +0100
commit44da3a176c5bd48b7ed257454e3e551c956adb30 (patch)
tree2f981c2d3e879e86941de4eda6c7235ed58ebb39 /arch/mips/mach-pic32
parentbe961fa15bcb01c5a50c184e3dcc3ab0379edddb (diff)
downloadtalos-obmc-uboot-44da3a176c5bd48b7ed257454e3e551c956adb30.tar.gz
talos-obmc-uboot-44da3a176c5bd48b7ed257454e3e551c956adb30.zip
board: Add Microchip PIC32MZ[DA]-Starter-Kit board.
This adds support for Microchip PIC32MZ[DA] StarterKit board based on a PIC32MZ[DA] family of microcontroller. Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/mach-pic32')
-rw-r--r--arch/mips/mach-pic32/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/mach-pic32/Kconfig b/arch/mips/mach-pic32/Kconfig
index f636266adb..2e38bb7eca 100644
--- a/arch/mips/mach-pic32/Kconfig
+++ b/arch/mips/mach-pic32/Kconfig
@@ -19,4 +19,17 @@ config SOC_PIC32MZDA
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
OpenPOWER on IntegriCloud