aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index bcc41bd19999..53c41a84dd03 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -820,7 +820,7 @@ config IKCONFIG_PROC
820 820
821config LOG_BUF_SHIFT 821config LOG_BUF_SHIFT
822 int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" 822 int "Kernel log buffer size (16 => 64KB, 17 => 128KB)"
823 range 12 21 823 range 12 25
824 default 17 824 default 17
825 depends on PRINTK 825 depends on PRINTK
826 help 826 help