summaryrefslogtreecommitdiffstats
path: root/arch/s390/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/config.in')
-rw-r--r--arch/s390/config.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/s390/config.in b/arch/s390/config.in
index 5ffd230a0..9e946365f 100644
--- a/arch/s390/config.in
+++ b/arch/s390/config.in
@@ -1,6 +1,6 @@
-
+#
# For a description of the syntax of this configuration file,
-# see the Configure script.
+# see Documentation/kbuild/config-language.txt.
#
define_bool CONFIG_UID16 y
@@ -63,10 +63,6 @@ mainmenu_option next_comment
comment 'Kernel hacking'
#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
-bool 'Kernel profiling support' CONFIG_PROFILE
-if [ "$CONFIG_PROFILE" = "y" ]; then
- int ' Profile shift count' CONFIG_PROFILE_SHIFT 2
-fi
if [ "$CONFIG_CTC" = "y" ]; then
bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG
fi