summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-22 13:45:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-22 13:45:59 -0600
commit599650330f2d29a41b2e97abafe49c4bd1e55390 (patch)
tree296d1fd02288288d3fe1fa230ed2a28f8cc46277 /nuttx/arch/mips/src/pic32mx/Kconfig
parent2f19e3752d6876a41987d9aef7369831f325e2ce (diff)
downloadnuttx-599650330f2d29a41b2e97abafe49c4bd1e55390.tar.gz
nuttx-599650330f2d29a41b2e97abafe49c4bd1e55390.tar.bz2
nuttx-599650330f2d29a41b2e97abafe49c4bd1e55390.zip
MIPS: Add some build support for the M14K and also for the PIC32MZ Starter Kit. Still a long way to go
Diffstat (limited to 'nuttx/arch/mips/src/pic32mx/Kconfig')
-rw-r--r--nuttx/arch/mips/src/pic32mx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/Kconfig b/nuttx/arch/mips/src/pic32mx/Kconfig
index e2f17ce10..a2f064687 100644
--- a/nuttx/arch/mips/src/pic32mx/Kconfig
+++ b/nuttx/arch/mips/src/pic32mx/Kconfig
@@ -430,30 +430,37 @@ endchoice
config ARCH_CHIP_PIC32MX1
bool
default n
+ select ARCH_MIPS_24KC
config ARCH_CHIP_PIC32MX2
bool
default n
+ select ARCH_MIPS_24KC
config ARCH_CHIP_PIC32MX3
bool
default n
+ select ARCH_MIPS_24KC
config ARCH_CHIP_PIC32MX4
bool
default n
+ select ARCH_MIPS_24KC
config ARCH_CHIP_PIC32MX5
bool
default n
+ select ARCH_MIPS_24KC
config ARCH_CHIP_PIC32MX6
bool
default n
+ select ARCH_MIPS_24KC
config ARCH_CHIP_PIC32MX7
bool
default n
+ select ARCH_MIPS_24KC
config PIC32MX_MVEC
bool