]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - init/Kconfig
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)
commit361e9dfbaae84b0b246ed18d1ab7c82a1a41b53e
treeac3e387a4e94190eded63292fb2be7e24db1527d
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
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