summaryrefslogtreecommitdiffstats
path: root/rules/udev.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-05-14 21:16:53 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-05-14 23:27:31 +0200
commitcd49b6ce4fe0be733b1db92787aeafc713a969ad (patch)
treee0dd4d1b5302581a8a61813cc561d298f9f69e06 /rules/udev.in
parent22b3ffa98453cbc8aee276900188034bbad4d66d (diff)
downloadptxdist-cd49b6ce4fe0be733b1db92787aeafc713a969ad.tar.gz
ptxdist-cd49b6ce4fe0be733b1db92787aeafc713a969ad.tar.xz
systemd: version bump 195 -> 204
This also includes a host-systemd. udevadm is needed here to generate the hardware database if enabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/udev.in')
-rw-r--r--rules/udev.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/udev.in b/rules/udev.in
index 0e39cb04d..0cc686f7a 100644
--- a/rules/udev.in
+++ b/rules/udev.in
@@ -90,6 +90,11 @@ config UDEV_KEYMAPS
This will install the keymaps shipped with udev. These are mostly
to map custom hardware's multimedia keys of various laptops
+config UDEV_HWDB
+ bool
+ depends on SYSTEMD
+ prompt "install hardware database"
+
config UDEV_CUST_RULES
bool
prompt "install customized udev rules"
@@ -146,10 +151,12 @@ config UDEV_PERSISTENT_GENERATOR
config UDEV_PERSISTENT_PCI
bool
+ depends on SYSTEMD = n
prompt "pci"
config UDEV_PERSISTENT_USB
bool
+ depends on SYSTEMD = n
prompt "usb"
config UDEV_PERSISTENT_SCSI