summaryrefslogtreecommitdiffstats
path: root/rules/hotplug.in
blob: 076b5a50037f17b76307a5369de417dc86d86150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
menuconfig HOTPLUG
	bool "Hotplug             "

config HOTPLUG_BLACKLIST
	bool "blacklist"
	depends on HOTPLUG
	help
	  Installs blacklist script: modules listed here prevent 
	  the hotplug scripts from loading. 

config HOTPLUG_FIRMWARE
	bool "firmware agent"
	depends on HOTPLUG

config HOTPLUG_IEEE1394
	bool "ieee1394 agent"
	depends on HOTPLUG

config HOTPLUG_NET
	bool "net agent"
	depends on HOTPLUG

config HOTPLUG_PCI
	bool "pci agent"
	depends on HOTPLUG

config HOTPLUG_SCSI
	bool "scsi agent"
	depends on HOTPLUG

config HOTPLUG_USB
	bool "usb agent"
	depends on HOTPLUG

config HOTPLUG_INPUT
	bool "input agent"
	depends on HOTPLUG

config HOTPLUG_DASD
	bool "dasd agent"
	depends on HOTPLUG

config HOTPLUG_TAPE
	bool "tape agent"
	depends on HOTPLUG