diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-21 03:34:52 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-21 03:34:52 +0000 |
commit | e6c4610e912370cfd5bccc976b99f9387daba00c (patch) | |
tree | f601150f8385a26265553958166bc650fe4090f8 /arch/mips/config.in | |
parent | 4e4c02bb8c7efc53e411873b17e014b38be070f9 (diff) |
CONFIG_MIPS_UNCACHED is only selectable of UP kernels. Rebuild
defconfig files.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index 0b478fd36..35dd6a40c 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -426,5 +426,7 @@ if [ "$CONFIG_SERIAL" = "y" ]; then bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG fi bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ -#bool 'Run uncached' CONFIG_MIPS_UNCACHED +if [ "$CONFIG_SMP" != "y" ]; then + bool 'Run uncached' CONFIG_MIPS_UNCACHED +fi endmenu |