diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ad6badb6be71..9536ef912f59 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2066,6 +2066,7 @@ config MIPS_CPS | |||
2066 | support is unavailable. | 2066 | support is unavailable. |
2067 | 2067 | ||
2068 | config MIPS_CPS_PM | 2068 | config MIPS_CPS_PM |
2069 | depends on MIPS_CPS | ||
2069 | select MIPS_CPC | 2070 | select MIPS_CPC |
2070 | bool | 2071 | bool |
2071 | 2072 | ||
@@ -2100,9 +2101,17 @@ config 64BIT_PHYS_ADDR | |||
2100 | config ARCH_PHYS_ADDR_T_64BIT | 2101 | config ARCH_PHYS_ADDR_T_64BIT |
2101 | def_bool 64BIT_PHYS_ADDR | 2102 | def_bool 64BIT_PHYS_ADDR |
2102 | 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 | |||
2103 | config CPU_HAS_SMARTMIPS | 2112 | config CPU_HAS_SMARTMIPS |
2104 | depends on SYS_SUPPORTS_SMARTMIPS | 2113 | depends on SYS_SUPPORTS_SMARTMIPS |
2105 | bool "Support for the SmartMIPS ASE" | 2114 | bool "SmartMIPS" |
2106 | help | 2115 | help |
2107 | SmartMIPS is a extension of the MIPS32 architecture aimed at | 2116 | SmartMIPS is a extension of the MIPS32 architecture aimed at |
2108 | increased security at both hardware and software level for | 2117 | increased security at both hardware and software level for |
@@ -2114,11 +2123,13 @@ config CPU_HAS_SMARTMIPS | |||
2114 | 2123 | ||
2115 | config CPU_MICROMIPS | 2124 | config CPU_MICROMIPS |
2116 | depends on SYS_SUPPORTS_MICROMIPS | 2125 | depends on SYS_SUPPORTS_MICROMIPS |
2117 | bool "Build kernel using microMIPS ISA" | 2126 | bool "microMIPS" |
2118 | help | 2127 | help |
2119 | 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 |
2120 | microMIPS ISA | 2129 | microMIPS ISA |
2121 | 2130 | ||
2131 | endchoice | ||
2132 | |||
2122 | config CPU_HAS_MSA | 2133 | config CPU_HAS_MSA |
2123 | bool "Support for the MIPS SIMD Architecture (EXPERIMENTAL)" | 2134 | bool "Support for the MIPS SIMD Architecture (EXPERIMENTAL)" |
2124 | depends on CPU_SUPPORTS_MSA | 2135 | depends on CPU_SUPPORTS_MSA |