Config.in (1462B)
1 # udev package config 2 3 menu "Configuration" 4 depends on PACKAGE_eudev 5 6 config EUDEV_EXTRA_ata_id 7 bool "Install eudev ata_id callout" 8 default y 9 help 10 ata_id - udev callout to read product/serial number 11 from ATA drives 12 13 config EUDEV_EXTRA_blkid 14 bool "Use blkid to identify block devices" 15 default y 16 help 17 blkid - make use of libblkid to identify block devices 18 19 config EUDEV_EXTRA_cdrom_id 20 bool "Install eudev cdrom_id callout" 21 default y 22 help 23 cdrom_id - udev callout to determine the capabilities 24 of optical drives and media 25 26 config EUDEV_EXTRA_collect 27 bool "Install eudev collect" 28 default n 29 help 30 Adds ID to the list governed by <checkpoint> 31 32 config EUDEV_EXTRA_input_id 33 bool "Install input_id callout" 34 default y 35 help 36 input_id - udev callout to classify input devices 37 38 config EUDEV_EXTRA_kmod 39 bool "Use kmod for loading kernel modules" 40 default n 41 help 42 kmod - make use of kmod to load kernel modules on demand 43 44 config EUDEV_EXTRA_mtd_probe 45 bool "Install mtd_probe callout" 46 default y 47 help 48 mtd_probe - udev callout to probe mtd devices 49 50 config EUDEV_EXTRA_rule_generator 51 bool "Install (legacy) eudev rule_generator" 52 default n 53 help 54 55 config EUDEV_EXTRA_scsi_id 56 bool "Install eudev scsi_id callout" 57 default y 58 help 59 scsi_id - retrieve and generate a unique SCSI identifier 60 61 config EUDEV_EXTRA_v4l_id 62 bool "Install eudev v4l_id callout" 63 default y 64 help 65 v4l_id - udev callout to identify Video4Linux devices 66 67 68 endmenu