From: Josh Triplett Date: Fri, 3 Oct 2014 23:00:54 +0000 (-0700) Subject: init/Kconfig: Hide printk log config if CONFIG_PRINTK=n X-Git-Tag: v3.4.105~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48dd9ce77c7e5e4f4ad5be567bf0b939bbfb7872;p=platform%2Fkernel%2Flinux-stable.git init/Kconfig: Hide printk log config if CONFIG_PRINTK=n commit 361e9dfbaae84b0b246ed18d1ab7c82a1a41b53e upstream. The buffers sized by CONFIG_LOG_BUF_SHIFT and CONFIG_LOG_CPU_MAX_BUF_SHIFT do not exist if CONFIG_PRINTK=n, so don't ask about their size at all. Signed-off-by: Josh Triplett Acked-by: Randy Dunlap [lizf: Backported to 3.4: - drop the change to CONFIG_LOG_CPU_MAX_BUF_SHIFT as it doesn't exist in 3.4] Signed-off-by: Zefan Li --- diff --git a/init/Kconfig b/init/Kconfig index 6cfd71d..f1b0e78 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -560,6 +560,7 @@ config LOG_BUF_SHIFT int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" range 12 21 default 17 + depends on PRINTK help Select kernel log buffer size as a power of 2. Examples: