udevextras-config.in 1.2 KB

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