]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
PCI: pciehp: Convert pciehp to be builtin only, not modular
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 23 Jul 2013 16:55:56 +0000 (10:55 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 26 Jul 2013 13:32:12 +0000 (07:32 -0600)
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>
drivers/pci/pcie/Kconfig

index 569f82fc9e22bb826fbfca36ba74b891cc15b0d8..3b94cfcfa03bee1dd1a1d319f9d038a46b07b834 100644 (file)
@@ -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"