Kconfig (c1f3ee120bb61045b1c0a3ead620d1d65af47130) Kconfig (33ae6ef26d65ef5d15e80d95a9df1252eaed93e8)
1#
2# PCI Hotplug support
3#
4
5menuconfig HOTPLUG_PCI
6 tristate "Support for PCI Hotplug"
7 depends on PCI && HOTPLUG
8 ---help---

--- 105 unchanged lines hidden (view full) ---

114
115 To compile this driver as a module, choose M here: the
116 module will be called cpcihp_zt5550.
117
118 When in doubt, say N.
119
120config HOTPLUG_PCI_CPCI_GENERIC
121 tristate "Generic port I/O CompactPCI Hotplug driver"
1#
2# PCI Hotplug support
3#
4
5menuconfig HOTPLUG_PCI
6 tristate "Support for PCI Hotplug"
7 depends on PCI && HOTPLUG
8 ---help---

--- 105 unchanged lines hidden (view full) ---

114
115 To compile this driver as a module, choose M here: the
116 module will be called cpcihp_zt5550.
117
118 When in doubt, say N.
119
120config HOTPLUG_PCI_CPCI_GENERIC
121 tristate "Generic port I/O CompactPCI Hotplug driver"
122 depends on HOTPLUG_PCI_CPCI && X86 && PCI_LEGACY
122 depends on HOTPLUG_PCI_CPCI && X86
123 help
124 Say Y here if you have a CompactPCI system card that exposes the #ENUM
125 hotswap signal as a bit in a system register that can be read through
126 standard port I/O.
127
128 To compile this driver as a module, choose M here: the
129 module will be called cpcihp_generic.
130

--- 46 unchanged lines hidden ---
123 help
124 Say Y here if you have a CompactPCI system card that exposes the #ENUM
125 hotswap signal as a bit in a system register that can be read through
126 standard port I/O.
127
128 To compile this driver as a module, choose M here: the
129 module will be called cpcihp_generic.
130

--- 46 unchanged lines hidden ---