summaryrefslogtreecommitdiff
path: root/package/udev/Config.in
blob: b005012d75ee320a9fdc35aa2a7c1e7cc9afc6d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
config BR2_PACKAGE_UDEV
	bool "udev"
	default n
	help
	  Userspace device daemon.

	  ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/

config BR2_PACKAGE_UDEV_UTILS
        bool "udev-utils"
        default n
        depends on BR2_PACKAGE_UDEV
        help
          Adds the udevmonitor, udevinfo, and udevtest binaries
	  to your filesystem.

menu "Extra udev tools"
        depends BR2_PACKAGE_UDEV

config BR2_PACKAGE_UDEV_VOLUME_ID
        bool "udev-libvolume_id"
        default n
        depends on BR2_PACKAGE_UDEV
        help
          Build and install volume identification library.

config BR2_PACKAGE_UDEV_SCSI_ID
        bool "udev-scsi_id"
        default n
        depends on BR2_PACKAGE_UDEV
        help
          Build and install SCSI disk identification library.

endmenu