]> git.openfabrics.org - ~emulex/infiniband.git/commit
PCI: acpiphp: Convert acpiphp to be builtin only, not modular
authorJiang Liu <liuj97@gmail.com>
Fri, 12 Apr 2013 05:44:25 +0000 (05:44 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 12 Apr 2013 21:38:25 +0000 (15:38 -0600)
commit6037a803b05eef9943fb64982e19964007fb7478
tree3e15b1dfef971b65175c665f97d3ea70507423a8
parent5c0b04e3d913c91aee6e48e567e20a3f67849618
PCI: acpiphp: Convert acpiphp to be builtin only, not modular

Convert acpiphp to be builtin only, with no module option.

Previously, when HOTPLUG_PCI_ACPI=m, users could disable acpiphp by
removing the module or preventing it from loading.  That can't be done
if acpiphp is builtin statically, so this adds an "acpiphp.disable"
kernel parameter.  If a user needs to use this parameter, it is a bug,
and we want to hear about it.

[bhelgaas: fold in acpiphp.disable here, remove documentation]
Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/Kconfig
drivers/pci/hotplug/acpiphp.h
drivers/pci/hotplug/acpiphp_core.c