Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -4
+1 -4
drivers/pci/pcie/Kconfig
··· 14 14 # Include service Kconfig here 15 15 # 16 16 config HOTPLUG_PCI_PCIE 17 - tristate "PCI Express Hotplug driver" 17 + bool "PCI Express Hotplug driver" 18 18 depends on HOTPLUG_PCI && PCIEPORTBUS 19 19 help 20 20 Say Y here if you have a motherboard that supports PCI Express Native 21 21 Hotplug 22 - 23 - To compile this driver as a module, choose M here: the 24 - module will be called pciehp. 25 22 26 23 When in doubt, say N. 27 24