You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.4 KiB

  1. # udev package config
  2. menu "Configuration"
  3. depends on PACKAGE_eudev
  4. config EUDEV_EXTRA_ata_id
  5. bool "Install eudev ata_id callout"
  6. default y
  7. help
  8. ata_id - udev callout to read product/serial number
  9. from ATA drives
  10. config EUDEV_EXTRA_blkid
  11. bool "Use blkid to identify block devices"
  12. default y
  13. help
  14. blkid - make use of libblkid to identify block devices
  15. config EUDEV_EXTRA_cdrom_id
  16. bool "Install eudev cdrom_id callout"
  17. default y
  18. help
  19. cdrom_id - udev callout to determine the capabilities
  20. of optical drives and media
  21. config EUDEV_EXTRA_collect
  22. bool "Install eudev collect"
  23. default n
  24. help
  25. Adds ID to the list governed by <checkpoint>
  26. config EUDEV_EXTRA_input_id
  27. bool "Install input_id callout"
  28. default y
  29. help
  30. input_id - udev callout to classify input devices
  31. config EUDEV_EXTRA_kmod
  32. bool "Use kmod for loading kernel modules"
  33. default n
  34. help
  35. kmod - make use of kmod to load kernel modules on demand
  36. config EUDEV_EXTRA_mtd_probe
  37. bool "Install mtd_probe callout"
  38. default y
  39. help
  40. mtd_probe - udev callout to probe mtd devices
  41. config EUDEV_EXTRA_rule_generator
  42. bool "Install (legacy) eudev rule_generator"
  43. default n
  44. help
  45. config EUDEV_EXTRA_scsi_id
  46. bool "Install eudev scsi_id callout"
  47. default y
  48. help
  49. scsi_id - retrieve and generate a unique SCSI identifier
  50. config EUDEV_EXTRA_v4l_id
  51. bool "Install eudev v4l_id callout"
  52. default y
  53. help
  54. v4l_id - udev callout to identify Video4Linux devices
  55. endmenu