aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2013-07-23 10:55:56 -0600
committerBjorn Helgaas <bhelgaas@google.com>2013-07-26 07:32:12 -0600
commitc10cc483bf3f1d0e8f9f077ca36ecc053de9bbbc (patch)
treea68a166da8ff0fd3d6236ddfbdfd35db1b00ee1c /drivers/pci
parentPCI: hotplug: Convert to be builtin only, not modular (diff)
downloadlinux-dev-c10cc483bf3f1d0e8f9f077ca36ecc053de9bbbc.tar.xz
linux-dev-c10cc483bf3f1d0e8f9f077ca36ecc053de9bbbc.zip
PCI: pciehp: Convert pciehp to be builtin only, not modular
Convert pciehp to be builtin only, with no module option. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Yinghai Lu <yinghai@kernel.org>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/pcie/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
index 569f82fc9e22..3b94cfcfa03b 100644
--- a/drivers/pci/pcie/Kconfig
+++ b/drivers/pci/pcie/Kconfig
@@ -14,15 +14,12 @@ config PCIEPORTBUS
# Include service Kconfig here
#
config HOTPLUG_PCI_PCIE
- tristate "PCI Express Hotplug driver"
+ bool "PCI Express Hotplug driver"
depends on HOTPLUG_PCI && PCIEPORTBUS
help
Say Y here if you have a motherboard that supports PCI Express Native
Hotplug
- To compile this driver as a module, choose M here: the
- module will be called pciehp.
-
When in doubt, say N.
source "drivers/pci/pcie/aer/Kconfig"