]> git.baikalelectronics.ru Git - kernel.git/commit
init/Kconfig: Hide printk log config if CONFIG_PRINTK=n
authorJosh Triplett <josh@joshtriplett.org>
Fri, 3 Oct 2014 23:00:54 +0000 (16:00 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Fri, 3 Oct 2014 23:49:38 +0000 (16:49 -0700)
commit216eab609160685874849402d1560a56c84d044b
treeac3e387a4e94190eded63292fb2be7e24db1527d
parentca09702717581356bb91e5bbfbb244eda384a004
init/Kconfig: Hide printk log config if CONFIG_PRINTK=n

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 <josh@joshtriplett.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Cc: stable <stable@vger.kernel.org>
init/Kconfig