move hotplug2 & udevtrigger to base section
[openwrt-10.03/.git] / package / udev / udevextras-config.in
1
2 config UDEVEXTRAS_ata_id
3         bool
4         prompt "ata_id" if PACKAGE_udevextras
5         default n
6         help
7           ata_id can find unique identifiers for ATA devices
8
9 config UDEVEXTRAS_cdrom_id
10         bool
11         prompt "cdrom_id" if PACKAGE_udevextras
12         default n
13         help
14           cdrom_id can find unique identifiers for CDROM devices
15
16 config UDEVEXTRAS_dasd_id
17         bool
18         prompt "dasd_id" if PACKAGE_udevextras
19         default n
20         help
21           dasd_id can find unique identifiers for DASD devices
22
23 config UDEVEXTRAS_path_id
24         bool
25         prompt "path_id" if PACKAGE_udevextras
26         default n
27         help
28           path_id can find the full path (eg. bus-device-partition)
29           of devices
30
31 config UDEVEXTRAS_scsi_id
32         bool
33         prompt "scsi_id" if PACKAGE_udevextras
34         default n
35         help
36           scsi_id can find unique identifiers for SCSI devices
37
38 config UDEVEXTRAS_volume_id
39         bool
40         prompt "volume_id" if PACKAGE_udevextras
41         default n
42         help
43           volume_id can find the volume label of storage devices
44
45 config UDEVEXTRAS_usb_id
46         bool
47         prompt "usb_id" if PACKAGE_udevextras
48         default n
49         help
50           usb_id can find the unique id of USB devices
51