diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-12-14 21:39:50 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-12-14 21:39:50 +0000 |
commit | 873d7498bd7efba53e22e2db70ebbc11bf686d07 (patch) | |
tree | 6cd350493a7bbd9adc739e4193af44f2d1765040 /arch/mips/config.in | |
parent | 920c6058e2a57774263231a6a2c76c4f8b633eaa (diff) |
MIPS32 patches from MIPS.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index 49268dd3b..c2367d8c4 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -161,7 +161,8 @@ choice 'CPU type' \ RM7000 CONFIG_CPU_RM7000 \ R56x0 CONFIG_CPU_NEVADA \ R8000 CONFIG_CPU_R8000 \ - R10000 CONFIG_CPU_R10000" R4x00 + R10000 CONFIG_CPU_R10000 \ + MIPS32 CONFIG_CPU_MIPS32" R4x00 bool 'Override CPU Options' CONFIG_CPU_ADVANCED @@ -191,7 +192,7 @@ if [ "$CONFIG_DECSTATION" = "y" -o "$CONFIG_DDB5074" = "y" -o "$CONFIG_DDB5476" else bool 'Generate little endian code' CONFIG_CPU_LITTLE_ENDIAN fi -bool ' Kernel floating-point emulation' CONFIG_MIPS_FPU_EMULATOR +bool 'Kernel floating-point emulation' CONFIG_MIPS_FPU_EMULATOR if [ "$CONFIG_PROC_FS" = "y" ]; then define_bool CONFIG_KCORE_ELF y |