diff options
author | Kristen Carlson Accardi <kristen.c.accardi@intel.com> | 2007-10-13 01:20:30 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-02 00:04:19 +0100 |
commit | 1ec87280ebfdf5ea07a3ce7b235bebdb9ab42572 (patch) | |
tree | e8c35d7e097abc6ec1413ff24155ae7ca3a855bf /drivers | |
parent | PCI: hotplug: Switch to pci_get_bus_and_slot (diff) | |
download | linux-1ec87280ebfdf5ea07a3ce7b235bebdb9ab42572.tar.xz linux-1ec87280ebfdf5ea07a3ce7b235bebdb9ab42572.zip |
PCI: hotplug: remove Experimental
Remove EXPERIMENTAL from PCI Hot Plug.
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/hotplug/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig index a64449d489d6..2cdd8326f136 100644 --- a/drivers/pci/hotplug/Kconfig +++ b/drivers/pci/hotplug/Kconfig @@ -3,8 +3,8 @@ # menuconfig HOTPLUG_PCI - tristate "Support for PCI Hotplug (EXPERIMENTAL)" - depends on PCI && EXPERIMENTAL && HOTPLUG + tristate "Support for PCI Hotplug" + depends on PCI && HOTPLUG ---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 |