bump version
[buildroot.git] / package / udev / Config.in
blob45f8958275f674ecc6db78f1968ba64d62fd68cc
1 config BR2_PACKAGE_UDEV
2         bool "udev"
3         default n
4         help
5           Userspace device daemon.
7           ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
9 config BR2_PACKAGE_UDEV_UTILS
10         bool "udev-utils"
11         default n
12         depends on BR2_PACKAGE_UDEV
13         help
14           Adds the udevmonitor, udevinfo, and udevtest binaries
15           to your filesystem.
17 menu "Extra udev tools"
18         depends on BR2_PACKAGE_UDEV
20 config BR2_PACKAGE_UDEV_VOLUME_ID
21         bool "udev-libvolume_id"
22         default n
23         depends on BR2_PACKAGE_UDEV
24         help
25           Build and install volume identification library.
27 config BR2_PACKAGE_UDEV_SCSI_ID
28         bool "udev-scsi_id"
29         default n
30         depends on BR2_PACKAGE_UDEV
31         help
32           Build and install SCSI disk identification library.
34 endmenu