udev-config.in 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # udev package config
  2. menu "udev configuration"
  3. depends on PACKAGE_udev
  4. config UDEV_DISABLE_LOGGING
  5. bool "Disable udev logging to syslog"
  6. depends on PACKAGE_udev
  7. default n
  8. help
  9. Disable logging of udev messages to the syslog. If
  10. unsure, choose the default N.
  11. config UDEV_ENABLE_DEBUG
  12. bool "Enable debug build of the udev package"
  13. depends on PACKAGE_udev
  14. default n
  15. help
  16. Compile in udev debug messages. If unsure, choose
  17. the default N.
  18. config UDEV_EXTRA_ata_id
  19. bool "Install udev ata_id callout"
  20. default y
  21. help
  22. ata_id - udev callout to read product/serial number
  23. from ATA drives
  24. config UDEV_EXTRA_cdrom_id
  25. bool "Install udev cdrom_id callout"
  26. default y
  27. help
  28. cdrom_id - udev callout to determine the capabilities
  29. of optical drives and media
  30. config UDEV_EXTRA_collect
  31. bool "Install udev collect"
  32. default n
  33. help
  34. Adds ID to the list governed by <checkpoint>
  35. config UDEV_EXTRA_edd_id
  36. bool "Install udev edd_id callout"
  37. default n
  38. help
  39. edd_id - udev callout to identify BIOS disk drives
  40. via EDD
  41. config UDEV_EXTRA_firmware
  42. bool "Install firmware support"
  43. default n
  44. help
  45. udev firmware loader
  46. via EDD
  47. config UDEV_EXTRA_floppy
  48. bool "Install create_floppy_devices callout"
  49. default n
  50. help
  51. create_floppy_devices - udev callout to create all
  52. possible floppy device based on the CMOS type
  53. config UDEV_EXTRA_fstab_import
  54. bool "Install fstab import"
  55. default y
  56. help
  57. find matching entry in fstab and export it
  58. config UDEV_EXTRA_path_id
  59. bool "Install udev path_id callout"
  60. default y
  61. help
  62. path_id - udev callout to create a device path based
  63. unique name for a device to implement the Linux
  64. Persistent Device Naming scheme
  65. config UDEV_EXTRA_rule_generator
  66. bool "Install udev rule_generator"
  67. default y
  68. help
  69. config UDEV_EXTRA_scsi_id
  70. bool "Install udev scsi_id callout"
  71. default y
  72. help
  73. scsi_id - retrieve and generate a unique SCSI identifier
  74. config UDEV_EXTRA_usb_id
  75. bool "Install udev usb_id callout"
  76. default y
  77. help
  78. usb_id - can find the unique id of USB devices
  79. endmenu