]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/base/Kconfig
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6
[mv-sheeva.git] / drivers / base / Kconfig
index 8021e19fa1ea33fad74caf789a5b1ef797380e4c..fd52c48ee762044bb32c69c525fd48cd411504f8 100644 (file)
@@ -3,10 +3,18 @@ menu "Generic Driver Options"
 config UEVENT_HELPER_PATH
        string "path to uevent helper"
        depends on HOTPLUG
-       default "/sbin/hotplug"
+       default ""
        help
          Path to uevent helper program forked by the kernel for
          every uevent.
+         Before the switch to the netlink-based uevent source, this was
+         used to hook hotplug scripts into kernel device events. It
+         usually pointed to a shell script at /sbin/hotplug.
+         This should not be used today, because usual systems create
+         many events at bootup or device discovery in a very short time
+         frame. One forked process per event can create so many processes
+         that it creates a high system load, or on smaller systems
+         it is known to create out-of-memory situations during bootup.
 
 config DEVTMPFS
        bool "Maintain a devtmpfs filesystem to mount at /dev"