summaryrefslogtreecommitdiff
path: root/drivers/hotplug
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hotplug')
-rw-r--r--drivers/hotplug/Config.help53
-rw-r--r--drivers/hotplug/Config.in16
2 files changed, 0 insertions, 69 deletions
diff --git a/drivers/hotplug/Config.help b/drivers/hotplug/Config.help
deleted file mode 100644
index b4532b9df578..000000000000
--- a/drivers/hotplug/Config.help
+++ /dev/null
@@ -1,53 +0,0 @@
-CONFIG_HOTPLUG_PCI
- 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
- 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
- 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
- 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.
-
-CONFIG_HOTPLUG_PCI_ACPI
- Say Y here if you have a system that supports PCI Hotplug using
- ACPI.
-
- 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 acpiphp.o. If you want to compile it
- as a module, say M here and read <file:Documentation/modules.txt>.
-
- When in doubt, say N.
-
diff --git a/drivers/hotplug/Config.in b/drivers/hotplug/Config.in
deleted file mode 100644
index aa635da0d947..000000000000
--- a/drivers/hotplug/Config.in
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# PCI Hotplug support
-#
-mainmenu_option next_comment
-comment 'PCI Hotplug Support'
-
-dep_tristate 'Support for PCI Hotplug (EXPERIMENTAL)' CONFIG_HOTPLUG_PCI $CONFIG_PCI $CONFIG_EXPERIMENTAL
-
-dep_tristate ' Compaq PCI Hotplug driver' CONFIG_HOTPLUG_PCI_COMPAQ $CONFIG_HOTPLUG_PCI $CONFIG_X86
-dep_mbool ' Save configuration into NVRAM on Compaq servers' CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM $CONFIG_HOTPLUG_PCI_COMPAQ
-if [ "$CONFIG_X86_IO_APIC" = "y" ]; then
- dep_tristate ' IBM PCI Hotplug driver' CONFIG_HOTPLUG_PCI_IBM $CONFIG_HOTPLUG_PCI $CONFIG_X86_IO_APIC $CONFIG_X86
-fi
-dep_tristate ' ACPI PCI Hotplug driver' CONFIG_HOTPLUG_PCI_ACPI $CONFIG_APCI $CONFIG_HOTPLUG_PCI
-
-endmenu