diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 224f4bc9925e..9b0979f4df7a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | config SUPERH | 1 | config SUPERH |
2 | def_bool y | 2 | def_bool y |
3 | select ARCH_MIGHT_HAVE_PC_PARPORT | ||
3 | select EXPERT | 4 | select EXPERT |
4 | select CLKDEV_LOOKUP | 5 | select CLKDEV_LOOKUP |
5 | select HAVE_IDE if HAS_IOPORT | 6 | select HAVE_IDE if HAS_IOPORT |
@@ -711,7 +712,6 @@ config CC_STACKPROTECTOR | |||
711 | config SMP | 712 | config SMP |
712 | bool "Symmetric multi-processing support" | 713 | bool "Symmetric multi-processing support" |
713 | depends on SYS_SUPPORTS_SMP | 714 | depends on SYS_SUPPORTS_SMP |
714 | select USE_GENERIC_SMP_HELPERS | ||
715 | ---help--- | 715 | ---help--- |
716 | This enables support for systems with more than one CPU. If you have | 716 | This enables support for systems with more than one CPU. If you have |
717 | a system with only one CPU, like most personal computers, say N. If | 717 | a system with only one CPU, like most personal computers, say N. If |