aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index b11ed7ff0afd..7f826da6e59f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -13,6 +13,9 @@ mainmenu "Linux/MIPS Kernel Configuration"
13 13
14source "init/Kconfig" 14source "init/Kconfig"
15 15
16#
17# These two indicate any levelof the MIPS32 and MIPS64 architecture
18#
16config CPU_MIPS32 19config CPU_MIPS32
17 bool 20 bool
18 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2 21 default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
@@ -21,6 +24,9 @@ config CPU_MIPS64
21 bool 24 bool
22 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 25 default y if CPU_MIPS64_R1 || CPU_MIPS64_R2
23 26
27#
28# These two indicate the revision of the architecture, either 32 bot 64 bit.
29#
24config CPU_MIPSR1 30config CPU_MIPSR1
25 bool 31 bool
26 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1 32 default y if CPU_MIPS32_R1 || CPU_MIPS64_R1