include, base-files: align default repository url with changed buildbot structure
[openwrt/openwrt.git] / package / system / udev / Config.in
1 # udev package config
2
3 menu "Configuration"
4 depends on PACKAGE_udev
5
6 config UDEV_DISABLE_LOGGING
7 bool "Disable udev logging to syslog"
8 default n
9 help
10 Disable logging of udev messages to the syslog. If
11 unsure, choose the default N.
12
13 config UDEV_ENABLE_DEBUG
14 bool "Enable debug build of the udev package"
15 default n
16 help
17 Compile in udev debug messages. If unsure, choose
18 the default N.
19
20 config UDEV_EXTRA_accelerometer
21 bool "Install udev accelerometer callout"
22 default y
23 help
24 accelerometer - udev callout to export device orientation
25 through property
26
27 config UDEV_EXTRA_ata_id
28 bool "Install udev ata_id callout"
29 default y
30 help
31 ata_id - udev callout to read product/serial number
32 from ATA drives
33
34 config UDEV_EXTRA_cdrom_id
35 bool "Install udev cdrom_id callout"
36 default y
37 help
38 cdrom_id - udev callout to determine the capabilities
39 of optical drives and media
40
41 config UDEV_EXTRA_collect
42 bool "Install udev collect"
43 default n
44 help
45 Adds ID to the list governed by <checkpoint>
46
47 config UDEV_EXTRA_edd_id
48 bool "Install udev edd_id callout"
49 default n
50 help
51 edd_id - udev callout to identify BIOS disk drives
52 via EDD
53
54 config UDEV_EXTRA_firmware
55 bool "Install firmware support"
56 default n
57 help
58 udev firmware loader via EDD
59
60 config UDEV_EXTRA_floppy
61 bool "Install create_floppy_devices callout"
62 default n
63 help
64 create_floppy_devices - udev callout to create all
65 possible floppy devices based on the CMOS type
66
67 config UDEV_EXTRA_input_id
68 bool "Install input_id callout"
69 default y
70 help
71 input_id - udev callout to classify input devices
72
73 config UDEV_EXTRA_mtd_probe
74 bool "Install mtd_probe callout"
75 default y
76 help
77 mtd_probe - udev callout to probe mtd devices
78
79 config UDEV_EXTRA_path_id
80 bool "Install udev path_id callout"
81 default y
82 help
83 path_id - udev callout to create a device path based
84 unique name for a device to implement the Linux
85 Persistent Device Naming scheme
86
87 config UDEV_EXTRA_qemu
88 bool "Install qemu specific rules"
89 default y
90 help
91 Install rules for autosuspension of QEMU emulated
92 USB HID devices
93
94 config UDEV_EXTRA_rule_generator
95 bool "Install udev rule_generator"
96 default y
97 help
98
99 config UDEV_EXTRA_scsi_id
100 bool "Install udev scsi_id callout"
101 default y
102 help
103 scsi_id - retrieve and generate a unique SCSI identifier
104
105 config UDEV_EXTRA_usb_id
106 bool "Install udev usb_id callout"
107 default y
108 help
109 usb_id - can find the unique id of USB devices
110
111 config UDEV_EXTRA_v4l_id
112 bool "Install udev v4l_id callout"
113 default y
114 help
115 v4l_id - udev callout to identify Video4Linux devices
116
117 endmenu