diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index cdc152c75727..c575566be47d 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1196,6 +1196,7 @@ config HOTPLUG | |||
1196 | config PRINTK | 1196 | config PRINTK |
1197 | default y | 1197 | default y |
1198 | bool "Enable support for printk" if EXPERT | 1198 | bool "Enable support for printk" if EXPERT |
1199 | select IRQ_WORK | ||
1199 | help | 1200 | help |
1200 | This option enables normal printk support. Removing it | 1201 | This option enables normal printk support. Removing it |
1201 | eliminates most of the message strings from the kernel image | 1202 | eliminates most of the message strings from the kernel image |