diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-12 10:51:22 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:44 -0400 |
commit | 1e5f1caa5dc4398298a2b7c2638855881a5057c5 (patch) | |
tree | 346ed9762414b3bcc84a438534b1ebdb903f2de3 /arch/mips/Kconfig | |
parent | 6590326505e3f7b4b57793e84760e9920c3c56b4 (diff) |
MIPS 32/64 R2 config option.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 68c30288849a..749fa871e8e7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1055,6 +1055,21 @@ config CPU_MIPS32_R1 | |||
1055 | select CPU_SUPPORTS_32BIT_KERNEL | 1055 | select CPU_SUPPORTS_32BIT_KERNEL |
1056 | select CPU_HAS_PREFETCH | 1056 | select CPU_HAS_PREFETCH |
1057 | help | 1057 | help |
1058 | Choose this option to build a kernel for release 2 or later of the | ||
1059 | MIPS32 architecture. Most modern embedded systems with a 32-bit | ||
1060 | MIPS processor are based on a MIPS32 processor. If you know the | ||
1061 | specific type of processor in your system, choose those that one | ||
1062 | otherwise CPU_MIPS32_R1 is a safe bet for any MIPS32 system. | ||
1063 | Release 2 of the MIPS32 architecture is available since several | ||
1064 | years so chances are you even have a MIPS32 Release 2 processor | ||
1065 | in which case you should choose CPU_MIPS32_R2 instead for better | ||
1066 | performance. | ||
1067 | |||
1068 | config CPU_MIPS32_R2 | ||
1069 | bool "MIPS32 Release 2" | ||
1070 | select CPU_SUPPORTS_32BIT_KERNEL | ||
1071 | select CPU_HAS_PREFETCH | ||
1072 | help | ||
1058 | Choose this option to build a kernel for release 1 or later of the | 1073 | Choose this option to build a kernel for release 1 or later of the |
1059 | MIPS32 architecture. Most modern embedded systems with a 32-bit | 1074 | MIPS32 architecture. Most modern embedded systems with a 32-bit |
1060 | MIPS processor are based on a MIPS32 processor. If you know the | 1075 | MIPS processor are based on a MIPS32 processor. If you know the |
@@ -1072,6 +1087,22 @@ config CPU_MIPS64_R1 | |||
1072 | MIPS processor are based on a MIPS64 processor. If you know the | 1087 | MIPS processor are based on a MIPS64 processor. If you know the |
1073 | specific type of processor in your system, choose those that one | 1088 | specific type of processor in your system, choose those that one |
1074 | otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. | 1089 | otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. |
1090 | Release 2 of the MIPS64 architecture is available since several | ||
1091 | years so chances are you even have a MIPS64 Release 2 processor | ||
1092 | in which case you should choose CPU_MIPS64_R2 instead for better | ||
1093 | performance. | ||
1094 | |||
1095 | config CPU_MIPS64_R2 | ||
1096 | bool "MIPS64 Release 2" | ||
1097 | select CPU_SUPPORTS_32BIT_KERNEL | ||
1098 | select CPU_SUPPORTS_64BIT_KERNEL | ||
1099 | select CPU_HAS_PREFETCH | ||
1100 | help | ||
1101 | Choose this option to build a kernel for release 2 or later of the | ||
1102 | MIPS64 architecture. Many modern embedded systems with a 64-bit | ||
1103 | MIPS processor are based on a MIPS64 processor. If you know the | ||
1104 | specific type of processor in your system, choose those that one | ||
1105 | otherwise CPU_MIPS64_R1 is a safe bet for any MIPS64 system. | ||
1075 | 1106 | ||
1076 | config CPU_R3000 | 1107 | config CPU_R3000 |
1077 | bool "R3000" | 1108 | bool "R3000" |