aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig5
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
23config HAVE_IRQ_WORK
24 bool
25
26config IRQ_WORK 23config IRQ_WORK
27 bool 24 bool
28 depends on HAVE_IRQ_WORK
29 25
30config BUILDTIME_EXTABLE_SORT 26config BUILDTIME_EXTABLE_SORT
31 bool 27 bool
@@ -1273,6 +1269,7 @@ config HOTPLUG
1273config PRINTK 1269config 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