summaryrefslogtreecommitdiff
path: root/drivers/hotplug/Kconfig
diff options
context:
space:
mode:
authorRoman Zippel <zippel@linux-m68k.org>2002-10-29 04:32:31 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-10-29 04:32:31 -0800
commit187db17d411958069a97751adff1feb706da08cf (patch)
tree05360dcad8bc3a2c503508519a54fc5812a7f408 /drivers/hotplug/Kconfig
parent4b05796fd73107d9bd8e7fb2496c25cbde87b453 (diff)
[PATCH] new kernel configuration 5/7
This adds the driver config files. (part 1)
Diffstat (limited to 'drivers/hotplug/Kconfig')
-rw-r--r--drivers/hotplug/Kconfig63
1 files changed, 63 insertions, 0 deletions
diff --git a/drivers/hotplug/Kconfig b/drivers/hotplug/Kconfig
new file mode 100644
index 000000000000..46d103228f07
--- /dev/null
+++ b/drivers/hotplug/Kconfig
@@ -0,0 +1,63 @@
+#
+# PCI Hotplug support
+#
+
+menu "PCI Hotplug Support"
+ depends on HOTPLUG
+
+config HOTPLUG_PCI
+ tristate "Support for PCI Hotplug (EXPERIMENTAL)"
+ depends on PCI && EXPERIMENTAL
+ ---help---
+ Say Y here if you have a motherboard with a PCI Hotplug controller.
+ This allows you to add and remove PCI cards while the machine is
+ powered up and running. The file system pcihpfs must be mounted
+ in order to interact with any PCI Hotplug controllers.
+
+ This code is also available as a module ( = code which can be
+ inserted in and removed from the running kernel whenever you want).
+ The module will be called pci_hotplug.o. If you want to compile it
+ as a module, say M here and read <file:Documentation/modules.txt>.
+
+ When in doubt, say N.
+
+config HOTPLUG_PCI_COMPAQ
+ tristate "Compaq PCI Hotplug driver"
+ depends on HOTPLUG_PCI && X86
+ help
+ Say Y here if you have a motherboard with a Compaq PCI Hotplug
+ controller.
+
+ This code is also available as a module ( = code which can be
+ inserted in and removed from the running kernel whenever you want).
+ The module will be called cpqphp.o. If you want to compile it
+ as a module, say M here and read <file:Documentation/modules.txt>.
+
+ When in doubt, say N.
+
+config HOTPLUG_PCI_COMPAQ_NVRAM
+ bool "Save configuration into NVRAM on Compaq servers"
+ depends on HOTPLUG_PCI_COMPAQ
+ help
+ Say Y here if you have a Compaq server that has a PCI Hotplug
+ controller. This will allow the PCI Hotplug driver to store the PCI
+ system configuration options in NVRAM.
+
+ When in doubt, say N.
+
+config HOTPLUG_PCI_IBM
+ tristate "IBM PCI Hotplug driver"
+ depends on HOTPLUG_PCI && X86_IO_APIC && X86
+ help
+ Say Y here if you have a motherboard with a IBM PCI Hotplug
+ controller.
+
+ This code is also available as a module ( = code which can be
+ inserted in and removed from the running kernel whenever you want).
+ The module will be called cpqphp.o. If you want to compile it
+ as a module, say M here and read <file:Documentation/modules.txt>.
+
+ When in doubt, say N.
+
+endmenu
+