Config.in 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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 acceleroometer 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
  50. via EDD
  51. config UDEV_EXTRA_floppy
  52. bool "Install create_floppy_devices callout"
  53. default n
  54. help
  55. create_floppy_devices - udev callout to create all
  56. possible floppy device based on the CMOS type
  57. config UDEV_EXTRA_input_id
  58. bool "Install input_id callout"
  59. default y
  60. help
  61. input_id - udev callout to classify input devices
  62. config UDEV_EXTRA_mtd_probe
  63. bool "Install mtd_probe callout"
  64. default y
  65. help
  66. mtd_probe - udev callout to probe mtd devices
  67. config UDEV_EXTRA_path_id
  68. bool "Install udev path_id callout"
  69. default y
  70. help
  71. path_id - udev callout to create a device path based
  72. unique name for a device to implement the Linux
  73. Persistent Device Naming scheme
  74. config UDEV_EXTRA_qemu
  75. bool "Install qemu specific rules"
  76. default y
  77. help
  78. Install rules for autosuspension of QEMU emulated
  79. USB HID devices
  80. config UDEV_EXTRA_rule_generator
  81. bool "Install udev rule_generator"
  82. default y
  83. help
  84. config UDEV_EXTRA_scsi_id
  85. bool "Install udev scsi_id callout"
  86. default y
  87. help
  88. scsi_id - retrieve and generate a unique SCSI identifier
  89. config UDEV_EXTRA_usb_id
  90. bool "Install udev usb_id callout"
  91. default y
  92. help
  93. usb_id - can find the unique id of USB devices
  94. config UDEV_EXTRA_v4l_id
  95. bool "Install udev v4l_id callout"
  96. default y
  97. help
  98. v4l_id - udev callout to identify Video4Linux devices
  99. endmenu