[PATCH 2/9] PCI: PCIe pme: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
The Kconfig for this option is currently: config PCIE_PME def_bool y depends on PCIEPORTBUS && PM ...where both dependencies are also bool items. That means it currently is not being built as a module by anyone. Lets remove all traces of modularity, so that when reading the

[PATCH 2/9] PCI: PCIe pme: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
The Kconfig for this option is currently: config PCIE_PME def_bool y depends on PCIEPORTBUS && PM ...where both dependencies are also bool items. That means it currently is not being built as a module by anyone. Lets remove all traces of modularity, so that when reading the