diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2010-09-04 21:10:20 (GMT) |
---|---|---|
committer | Arnaud Lacombe <lacombar@gmail.com> | 2010-09-20 02:54:11 (GMT) |
commit | 838a2e55e6a4e9e8a10451ed2ef0f7a08dabdb04 (patch) | |
tree | b4d1e0b8dc63ce2832e16a9408190e44ee0ee79c /arch/s390/Kconfig | |
parent | c7abe8630ae63e90c2267c2c385a682e729e08be (diff) | |
download | linux-838a2e55e6a4e9e8a10451ed2ef0f7a08dabdb04.tar.xz |
kbuild: migrate all arch to the kconfig mainmenu upgrade
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index bee1c0f..3c4d4e6 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -1,8 +1,3 @@ -# -# For a description of the syntax of this configuration file, -# see Documentation/kbuild/kconfig-language.txt. -# - config SCHED_MC def_bool y depends on SMP @@ -78,8 +73,6 @@ config VIRT_CPU_ACCOUNTING config ARCH_SUPPORTS_DEBUG_PAGEALLOC def_bool y -mainmenu "Linux Kernel Configuration" - config S390 def_bool y select USE_GENERIC_SMP_HELPERS if SMP |