]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/Kconfig
Driver core: add CONFIG_UEVENT_HELPER_PATH
[linux-2.6-omap-h63xx.git] / drivers / base / Kconfig
index 5d6312e3349062cee54d204163bb5407d300a1bb..d7da109c24fd298a5bf6cd527bb3b0fdad783d7a 100644 (file)
@@ -1,5 +1,13 @@
 menu "Generic Driver Options"
 
+config UEVENT_HELPER_PATH
+       string "path to uevent helper"
+       depends on HOTPLUG
+       default "/sbin/hotplug"
+       help
+         Path to uevent helper program forked by the kernel for
+         every uevent.
+
 config STANDALONE
        bool "Select only drivers that don't need compile-time external firmware" if EXPERIMENTAL
        default y