PIC32MZ: Make sure that the microMIPS ISA is selected on all common MIPS32 assembly files when the PIC21MZ is selected

This commit is contained in:
Gregory Nutt 2015-02-23 12:09:34 -06:00
parent 565610caea
commit c1da98fb57

View File

@ -73,6 +73,9 @@ CONFIG_ARCH_CHIP="pic32mz"
# CONFIG_ARCH_CHIP_PIC32MX is not set
CONFIG_ARCH_CHIP_PIC32MZ=y
CONFIG_ARCH_MIPS32=y
# CONFIG_ARCH_MIPS_24KC is not set
CONFIG_ARCH_MIPS_M14K=y
CONFIG_ARCH_MIPS_MICROMIPS=y
#
# MIPS32 Configuration Options