summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-23 12:09:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-23 12:09:34 -0600
commit36f3e47e3d43463678cae6e7a0c3c7624176967e (patch)
treeb85cab72e42f401dbb0be0ba0fc318de85371b0f /nuttx/arch/mips/Kconfig
parent39c38f83821fafa8edd52474d9c0dd8a3624d743 (diff)
downloadnuttx-36f3e47e3d43463678cae6e7a0c3c7624176967e.tar.gz
nuttx-36f3e47e3d43463678cae6e7a0c3c7624176967e.tar.bz2
nuttx-36f3e47e3d43463678cae6e7a0c3c7624176967e.zip
PIC32MZ: Make sure that the microMIPS ISA is selected on all common MIPS32 assembly files when the PIC21MZ is selected
Diffstat (limited to 'nuttx/arch/mips/Kconfig')
-rw-r--r--nuttx/arch/mips/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/arch/mips/Kconfig b/nuttx/arch/mips/Kconfig
index 69bfc2f40..33fdd2a61 100644
--- a/nuttx/arch/mips/Kconfig
+++ b/nuttx/arch/mips/Kconfig
@@ -42,6 +42,11 @@ config ARCH_MIPS_24KC
config ARCH_MIPS_M14K
bool
default n
+ select ARCH_MIPS_MICROMIPS
+
+config ARCH_MIPS_MICROMIPS
+ bool
+ default n
config ARCH_FAMILY
string