aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorSteven J. Hill <sjhill@mips.com>2013-02-05 17:52:02 -0500
committerSteven J. Hill <Steven.Hill@imgtec.com>2013-05-01 17:32:46 -0400
commita6a4834cdbef23a7db16e7598c8c6e427ac82531 (patch)
tree9a2a89d17ef06eb672dc03bddce61f3aea889558 /arch/mips/Kconfig
parentabc597fe623cfd7d3b18d5235c54f3d567d2c3d3 (diff)
MIPS: microMIPS: uasm: Add microMIPS micro assembler support.
Add new file 'uasm-micromips.c' that allows the micro assembler to generate microMIPS ISA code. It can be included in the kernel alongside the classic ISA as long as the platform supports the microMIPS ISA. Signed-off-by: Steven J. Hill <sjhill@mips.com> Cc: linux-mips@linux-mips.org Cc: cernekee@gmail.com Cc: kevink@paralogos.com Cc: ddaney.cavm@gmail.com Patchwork: https://patchwork.linux-mips.org/patch/4923/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> (cherry picked from commit 5f011a866afbd03a5379f67f4e70e5efbdfc16e9)
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 51244bf97271..03de102b7a09 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -354,6 +354,7 @@ config MIPS_SEAD3
354 select SYS_SUPPORTS_BIG_ENDIAN 354 select SYS_SUPPORTS_BIG_ENDIAN
355 select SYS_SUPPORTS_LITTLE_ENDIAN 355 select SYS_SUPPORTS_LITTLE_ENDIAN
356 select SYS_SUPPORTS_SMARTMIPS 356 select SYS_SUPPORTS_SMARTMIPS
357 select SYS_SUPPORTS_MICROMIPS
357 select USB_ARCH_HAS_EHCI 358 select USB_ARCH_HAS_EHCI
358 select USB_EHCI_BIG_ENDIAN_DESC 359 select USB_EHCI_BIG_ENDIAN_DESC
359 select USB_EHCI_BIG_ENDIAN_MMIO 360 select USB_EHCI_BIG_ENDIAN_MMIO
@@ -2102,6 +2103,9 @@ config SYS_SUPPORTS_HIGHMEM
2102config SYS_SUPPORTS_SMARTMIPS 2103config SYS_SUPPORTS_SMARTMIPS
2103 bool 2104 bool
2104 2105
2106config SYS_SUPPORTS_MICROMIPS
2107 bool
2108
2105config ARCH_FLATMEM_ENABLE 2109config ARCH_FLATMEM_ENABLE
2106 def_bool y 2110 def_bool y
2107 depends on !NUMA && !CPU_LOONGSON2 2111 depends on !NUMA && !CPU_LOONGSON2