diff options
| -rw-r--r-- | arch/mips/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f43aa536c517..9536ef912f59 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
| @@ -2101,9 +2101,17 @@ config 64BIT_PHYS_ADDR | |||
| 2101 | config ARCH_PHYS_ADDR_T_64BIT | 2101 | config ARCH_PHYS_ADDR_T_64BIT |
| 2102 | def_bool 64BIT_PHYS_ADDR | 2102 | def_bool 64BIT_PHYS_ADDR |
| 2103 | 2103 | ||
| 2104 | choice | ||
| 2105 | prompt "SmartMIPS or microMIPS ASE support" | ||
| 2106 | |||
| 2107 | config CPU_NEEDS_NO_SMARTMIPS_OR_MICROMIPS | ||
| 2108 | bool "None" | ||
| 2109 | help | ||
| 2110 | Select this if you want neither microMIPS nor SmartMIPS support | ||
| 2111 | |||
| 2104 | config CPU_HAS_SMARTMIPS | 2112 | config CPU_HAS_SMARTMIPS |
| 2105 | depends on SYS_SUPPORTS_SMARTMIPS | 2113 | depends on SYS_SUPPORTS_SMARTMIPS |
| 2106 | bool "Support for the SmartMIPS ASE" | 2114 | bool "SmartMIPS" |
| 2107 | help | 2115 | help |
| 2108 | SmartMIPS is a extension of the MIPS32 architecture aimed at | 2116 | SmartMIPS is a extension of the MIPS32 architecture aimed at |
| 2109 | increased security at both hardware and software level for | 2117 | increased security at both hardware and software level for |
| @@ -2115,11 +2123,13 @@ config CPU_HAS_SMARTMIPS | |||
| 2115 | 2123 | ||
| 2116 | config CPU_MICROMIPS | 2124 | config CPU_MICROMIPS |
| 2117 | depends on SYS_SUPPORTS_MICROMIPS | 2125 | depends on SYS_SUPPORTS_MICROMIPS |
| 2118 | bool "Build kernel using microMIPS ISA" | 2126 | bool "microMIPS" |
| 2119 | help | 2127 | help |
| 2120 | When this option is enabled the kernel will be built using the | 2128 | When this option is enabled the kernel will be built using the |
| 2121 | microMIPS ISA | 2129 | microMIPS ISA |
| 2122 | 2130 | ||
| 2131 | endchoice | ||
| 2132 | |||
| 2123 | config CPU_HAS_MSA | 2133 | config CPU_HAS_MSA |
| 2124 | bool "Support for the MIPS SIMD Architecture (EXPERIMENTAL)" | 2134 | bool "Support for the MIPS SIMD Architecture (EXPERIMENTAL)" |
| 2125 | depends on CPU_SUPPORTS_MSA | 2135 | depends on CPU_SUPPORTS_MSA |
