Config.in 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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_accelerometer
  17. bool "Install udev accelerometer callout"
  18. default y
  19. help
  20. accelerometer - udev callout to export device orientation
  21. through property
  22. config UDEV_EXTRA_ata_id
  23. bool "Install udev ata_id callout"
  24. default y
  25. help
  26. ata_id - udev callout to read product/serial number
  27. from ATA drives
  28. config UDEV_EXTRA_cdrom_id
  29. bool "Install udev cdrom_id callout"
  30. default y
  31. help
  32. cdrom_id - udev callout to determine the capabilities
  33. of optical drives and media
  34. config UDEV_EXTRA_collect
  35. bool "Install udev collect"
  36. default n
  37. help
  38. Adds ID to the list governed by <checkpoint>
  39. config UDEV_EXTRA_edd_id
  40. bool "Install udev edd_id callout"
  41. default n
  42. help
  43. edd_id - udev callout to identify BIOS disk drives
  44. via EDD
  45. config UDEV_EXTRA_firmware
  46. bool "Install firmware support"
  47. default n
  48. help
  49. udev firmware loader via EDD
  50. config UDEV_EXTRA_floppy
  51. bool "Install create_floppy_devices callout"
  52. default n
  53. help
  54. create_floppy_devices - udev callout to create all
  55. possible floppy devices based on the CMOS type
  56. config UDEV_EXTRA_input_id
  57. bool "Install input_id callout"
  58. default y
  59. help
  60. input_id - udev callout to classify input devices
  61. config UDEV_EXTRA_mtd_probe
  62. bool "Install mtd_probe callout"
  63. default y
  64. help
  65. mtd_probe - udev callout to probe mtd devices
  66. config UDEV_EXTRA_path_id
  67. bool "Install udev path_id callout"
  68. default y
  69. help
  70. path_id - udev callout to create a device path based
  71. unique name for a device to implement the Linux
  72. Persistent Device Naming scheme
  73. config UDEV_EXTRA_qemu
  74. bool "Install qemu specific rules"
  75. default y
  76. help
  77. Install rules for autosuspension of QEMU emulated
  78. USB HID devices
  79. config UDEV_EXTRA_rule_generator
  80. bool "Install udev rule_generator"
  81. default y
  82. help
  83. config UDEV_EXTRA_scsi_id
  84. bool "Install udev scsi_id callout"
  85. default y
  86. help
  87. scsi_id - retrieve and generate a unique SCSI identifier
  88. config UDEV_EXTRA_usb_id
  89. bool "Install udev usb_id callout"
  90. default y
  91. help
  92. usb_id - can find the unique id of USB devices
  93. config UDEV_EXTRA_v4l_id
  94. bool "Install udev v4l_id callout"
  95. default y
  96. help
  97. v4l_id - udev callout to identify Video4Linux devices
  98. endmenu