Config.in 1.9 KB

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