summaryrefslogtreecommitdiff
path: root/arch/mips/mach-pic32/Kconfig
diff options
context:
space:
mode:
authorPurna Chandra Mandal <purna.mandal@microchip.com>2016-01-28 15:30:10 +0530
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-02-01 22:14:00 +0100
commit32c1a6eef8b467bb776f989caf0480fce6218598 (patch)
treeab99b876e738a8211d3c391df8aae8ddd7138d93 /arch/mips/mach-pic32/Kconfig
parent91ec615e5474e38bbd65f36b861849e70311548b (diff)
downloadu-boot-imx-32c1a6eef8b467bb776f989caf0480fce6218598.zip
u-boot-imx-32c1a6eef8b467bb776f989caf0480fce6218598.tar.gz
u-boot-imx-32c1a6eef8b467bb776f989caf0480fce6218598.tar.bz2
MIPS: initial infrastructure for Microchip PIC32 architecture
Create initial directory, Kconfigs needed for PIC32 architecture support. Also add PIC32 specific register definition required for drivers. Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/mips/mach-pic32/Kconfig')
-rw-r--r--arch/mips/mach-pic32/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/mach-pic32/Kconfig b/arch/mips/mach-pic32/Kconfig
new file mode 100644
index 0000000..c1cc5e3
--- /dev/null
+++ b/arch/mips/mach-pic32/Kconfig
@@ -0,0 +1,7 @@
+menu "Microchip PIC32 platforms"
+ depends on MACH_PIC32
+
+config SYS_SOC
+ default "none"
+
+endmenu