summaryrefslogtreecommitdiffstats
path: root/rules/udev.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-03-09 12:32:22 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-03-09 12:32:22 +0000
commit6d52c5a55675e0c524603a960868c89973864edb (patch)
treef00f97b573e0afff0b846ef3d8df0a461b8dd9f1 /rules/udev.in
parent471de30fc4884cf766feff3d1f26717c5f6a921c (diff)
downloadptxdist-6d52c5a55675e0c524603a960868c89973864edb.tar.gz
ptxdist-6d52c5a55675e0c524603a960868c89973864edb.tar.xz
upgrade to udev-106
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7039 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/udev.in')
-rw-r--r--rules/udev.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/rules/udev.in b/rules/udev.in
index e955b4f35..ca5a1c3c2 100644
--- a/rules/udev.in
+++ b/rules/udev.in
@@ -8,6 +8,16 @@ menuconfig UDEV
removes device node files in the /dev directory, or it
renames network interfaces.
+ Usually udev runs as udevd(8) and receives uevents directly
+ from the kernel if a device is added or removed from the system.
+
+ If udev receives a device event, it matches its configured
+ rules against the available device attributes provided in
+ sysfs to identify the device. Rules that match, may provide
+ additional device information or specify a device node name
+ and multiple symlink names and instruct udev to run
+ additional programs as part of the device event handling.
+
Ensure: This udev implementation requires at least kernel
2.6.15 and must have sysfs, unix domain sockets and networking
enabled.
@@ -34,20 +44,11 @@ config UDEV_ENABLE_DEBUG
comment "install options ---"
depends on UDEV
-config UDEV_UDEV
- bool "udev"
+config UDEV_TEST_UDEV
+ bool "test-udev"
depends on UDEV
- default y
help
- Usually udev runs as udevd(8) and receives uevents directly
- from the kernel if a device is added or removed from the system.
-
- If udev receives a device event, it matches its configured
- rules against the available device attributes provided in
- sysfs to identify the device. Rules that match, may provide
- additional device information or specify a device node name
- and multiple symlink names and instruct udev to run
- additional programs as part of the device event handling.
+ test-udev is for testing purposes only
config UDEV_UDEVD
bool "udevd"
@@ -202,7 +203,6 @@ config ROOTFS_ETC_INITD_UDEV
#
# these commands are required by the generic start script
#
- select UDEV_UDEV
select UDEV_UDEVD
select UDEV_TRIGGER
select UDEV_SETTLE