The driver would be buildable as module, if only we marked it so in the Kconfig.
Signed-off-by: Ahmad Fatoum <[email protected]> --- drivers/pci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 8f37805d71ca..f8e60c4ea59e 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -68,7 +68,7 @@ config PCI_EFI select PCI config PCI_ECAM_GENERIC - bool "Generic ECAM-based PCI host controller support" + tristate "Generic ECAM-based PCI host controller support" select OF_PCI select PCI help -- 2.47.3
