# udev package config
|
|
|
|
menu "Configuration"
|
|
depends on PACKAGE_eudev
|
|
|
|
config EUDEV_EXTRA_ata_id
|
|
bool "Install eudev ata_id callout"
|
|
default y
|
|
help
|
|
ata_id - udev callout to read product/serial number
|
|
from ATA drives
|
|
|
|
config EUDEV_EXTRA_blkid
|
|
bool "Use blkid to identify block devices"
|
|
default y
|
|
help
|
|
blkid - make use of libblkid to identify block devices
|
|
|
|
config EUDEV_EXTRA_cdrom_id
|
|
bool "Install eudev cdrom_id callout"
|
|
default y
|
|
help
|
|
cdrom_id - udev callout to determine the capabilities
|
|
of optical drives and media
|
|
|
|
config EUDEV_EXTRA_collect
|
|
bool "Install eudev collect"
|
|
default n
|
|
help
|
|
Adds ID to the list governed by <checkpoint>
|
|
|
|
config EUDEV_EXTRA_input_id
|
|
bool "Install input_id callout"
|
|
default y
|
|
help
|
|
input_id - udev callout to classify input devices
|
|
|
|
config EUDEV_EXTRA_kmod
|
|
bool "Use kmod for loading kernel modules"
|
|
default n
|
|
help
|
|
kmod - make use of kmod to load kernel modules on demand
|
|
|
|
config EUDEV_EXTRA_mtd_probe
|
|
bool "Install mtd_probe callout"
|
|
default y
|
|
help
|
|
mtd_probe - udev callout to probe mtd devices
|
|
|
|
config EUDEV_EXTRA_rule_generator
|
|
bool "Install (legacy) eudev rule_generator"
|
|
default n
|
|
help
|
|
|
|
config EUDEV_EXTRA_scsi_id
|
|
bool "Install eudev scsi_id callout"
|
|
default y
|
|
help
|
|
scsi_id - retrieve and generate a unique SCSI identifier
|
|
|
|
config EUDEV_EXTRA_v4l_id
|
|
bool "Install eudev v4l_id callout"
|
|
default y
|
|
help
|
|
v4l_id - udev callout to identify Video4Linux devices
|
|
|
|
|
|
endmenu
|