aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 212ff92920d2..6fba0eff858e 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1402,6 +1402,16 @@ config CPU_LOONGSON1B
1402 The Loongson 1B is a 32-bit SoC, which implements the MIPS32 1402 The Loongson 1B is a 32-bit SoC, which implements the MIPS32
1403 release 2 instruction set. 1403 release 2 instruction set.
1404 1404
1405config CPU_LOONGSON1C
1406 bool "Loongson 1C"
1407 depends on SYS_HAS_CPU_LOONGSON1C
1408 select CPU_LOONGSON1
1409 select ARCH_WANT_OPTIONAL_GPIOLIB
1410 select LEDS_GPIO_REGISTER
1411 help
1412 The Loongson 1C is a 32-bit SoC, which implements the MIPS32
1413 release 2 instruction set.
1414
1405config CPU_MIPS32_R1 1415config CPU_MIPS32_R1
1406 bool "MIPS32 Release 1" 1416 bool "MIPS32 Release 1"
1407 depends on SYS_HAS_CPU_MIPS32_R1 1417 depends on SYS_HAS_CPU_MIPS32_R1
@@ -1851,6 +1861,9 @@ config SYS_HAS_CPU_LOONGSON2F
1851config SYS_HAS_CPU_LOONGSON1B 1861config SYS_HAS_CPU_LOONGSON1B
1852 bool 1862 bool
1853 1863
1864config SYS_HAS_CPU_LOONGSON1C
1865 bool
1866
1854config SYS_HAS_CPU_MIPS32_R1 1867config SYS_HAS_CPU_MIPS32_R1
1855 bool 1868 bool
1856 1869