summaryrefslogtreecommitdiffstats
path: root/package/udev/udevextras-config.in
blob: 3e940042f887b8b4828d4794a0473f33558565ef (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

config UDEVEXTRAS_ata_id
	bool
	prompt "ata_id" if PACKAGE_udevextras
	default n
	help
	  ata_id can find unique identifiers for ATA devices

config UDEVEXTRAS_cdrom_id
	bool
	prompt "cdrom_id" if PACKAGE_udevextras
	default n
	help
	  cdrom_id can find unique identifiers for CDROM devices

config UDEVEXTRAS_dasd_id
	bool
	prompt "dasd_id" if PACKAGE_udevextras
	default n
	help
	  dasd_id can find unique identifiers for DASD devices

config UDEVEXTRAS_path_id
	bool
	prompt "path_id" if PACKAGE_udevextras
	default n
	help
	  path_id can find the full path (eg. bus-device-partition)
	  of devices

config UDEVEXTRAS_scsi_id
	bool
	prompt "scsi_id" if PACKAGE_udevextras
	default n
	help
	  scsi_id can find unique identifiers for SCSI devices

config UDEVEXTRAS_volume_id
	bool
	prompt "volume_id" if PACKAGE_udevextras
	default n
	help
	  volume_id can find the volume label of storage devices

config UDEVEXTRAS_usb_id
	bool
	prompt "usb_id" if PACKAGE_udevextras
	default n
	help
	  usb_id can find the unique id of USB devices