diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig index b023334df142..dcb68ac42b78 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -20,12 +20,8 @@ config CONSTRUCTORS | |||
20 | bool | 20 | bool |
21 | depends on !UML | 21 | depends on !UML |
22 | 22 | ||
23 | config HAVE_IRQ_WORK | ||
24 | bool | ||
25 | |||
26 | config IRQ_WORK | 23 | config IRQ_WORK |
27 | bool | 24 | bool |
28 | depends on HAVE_IRQ_WORK | ||
29 | 25 | ||
30 | config BUILDTIME_EXTABLE_SORT | 26 | config BUILDTIME_EXTABLE_SORT |
31 | bool | 27 | bool |
@@ -1273,6 +1269,7 @@ config HOTPLUG | |||
1273 | config PRINTK | 1269 | config PRINTK |
1274 | default y | 1270 | default y |
1275 | bool "Enable support for printk" if EXPERT | 1271 | bool "Enable support for printk" if EXPERT |
1272 | select IRQ_WORK | ||
1276 | help | 1273 | help |
1277 | This option enables normal printk support. Removing it | 1274 | This option enables normal printk support. Removing it |
1278 | eliminates most of the message strings from the kernel image | 1275 | eliminates most of the message strings from the kernel image |