diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 17cc7ff8458c..650de3976e7a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | config MIPS | 1 | config MIPS |
2 | bool | 2 | bool |
3 | default y | 3 | default y |
4 | select ARCH_MIGHT_HAVE_PC_PARPORT | ||
4 | select HAVE_CONTEXT_TRACKING | 5 | select HAVE_CONTEXT_TRACKING |
5 | select HAVE_GENERIC_DMA_COHERENT | 6 | select HAVE_GENERIC_DMA_COHERENT |
6 | select HAVE_IDE | 7 | select HAVE_IDE |
@@ -2125,7 +2126,6 @@ source "mm/Kconfig" | |||
2125 | config SMP | 2126 | config SMP |
2126 | bool "Multi-Processing support" | 2127 | bool "Multi-Processing support" |
2127 | depends on SYS_SUPPORTS_SMP | 2128 | depends on SYS_SUPPORTS_SMP |
2128 | select USE_GENERIC_SMP_HELPERS | ||
2129 | help | 2129 | help |
2130 | This enables support for systems with more than one CPU. If you have | 2130 | This enables support for systems with more than one CPU. If you have |
2131 | a system with only one CPU, like most personal computers, say N. If | 2131 | a system with only one CPU, like most personal computers, say N. If |