aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/Kconfig
diff options
context:
space:
mode:
authorMike Anderson <andmike@linux.vnet.ibm.com>2007-10-19 22:48:00 +0100
committerAlasdair G Kergon <agk@redhat.com>2007-10-20 02:01:24 +0100
commit51e5b2bd34ded40ef48cade8a6a8f1baa0b4275e (patch)
tree7c1650dcd2f53bed2c0b8c9538e8da2d2d1286c2 /drivers/md/Kconfig
parent96a1f7dba6e464155c0d1dc69c6c2efa96b644ac (diff)
dm: add uevent to core
This patch adds a uevent skeleton to device-mapper. Signed-off-by: Mike Anderson <andmike@linux.vnet.ibm.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r--drivers/md/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index a99af897820..9b6fbf044fd 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -282,4 +282,10 @@ config DM_DELAY
If unsure, say N.
+config DM_UEVENT
+ bool "DM uevents (EXPERIMENTAL)"
+ depends on BLK_DEV_DM && EXPERIMENTAL
+ ---help---
+ Generate udev events for DM events.
+
endif # MD