aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authorMárton Németh <nm127@freemail.hu>2011-06-19 16:30:16 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-01 18:12:15 -0400
commit573c9774396091dc9d55e7de91026608fa2db3ee (patch)
tree0c533e28036c57c7f148f093fbf02a3688725133 /drivers/base
parent156faf9080e0acf2b301c982e7a77cd6fbb2d0ad (diff)
driver core: add more help description for "path to uevent helper"
The kernel configuration UEVENT_HELPER_PATH is a string to the uevent helper program. Add more description about how to disable this feature and how to enable it again during runtime. Signed-off-by: Márton Németh <nm127@freemail.hu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index 52c67588368..fa64fa04fee 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -16,6 +16,11 @@ config UEVENT_HELPER_PATH
16 that it creates a high system load, or on smaller systems 16 that it creates a high system load, or on smaller systems
17 it is known to create out-of-memory situations during bootup. 17 it is known to create out-of-memory situations during bootup.
18 18
19 To disable user space helper program execution at early boot
20 time specify an empty string here. This setting can be altered
21 via /proc/sys/kernel/hotplug or via /sys/kernel/uevent_helper
22 later at runtime.
23
19config DEVTMPFS 24config DEVTMPFS
20 bool "Maintain a devtmpfs filesystem to mount at /dev" 25 bool "Maintain a devtmpfs filesystem to mount at /dev"
21 depends on HOTPLUG 26 depends on HOTPLUG