diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index e3227d7ba35d..a98e1acc122d 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1259,6 +1259,7 @@ config HOTPLUG | |||
1259 | config PRINTK | 1259 | config PRINTK |
1260 | default y | 1260 | default y |
1261 | bool "Enable support for printk" if EXPERT | 1261 | bool "Enable support for printk" if EXPERT |
1262 | select IRQ_WORK | ||
1262 | help | 1263 | help |
1263 | This option enables normal printk support. Removing it | 1264 | This option enables normal printk support. Removing it |
1264 | eliminates most of the message strings from the kernel image | 1265 | eliminates most of the message strings from the kernel image |