[PATCH 06/12] pci: ecam: enable build as module

Ahmad Fatoum a.fatoum at barebox.org
Thu Jan 15 03:54:32 PST 2026


The driver would be buildable as module, if only we marked it so in the
Kconfig.

Signed-off-by: Ahmad Fatoum <a.fatoum at barebox.org>
---
 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




More information about the barebox mailing list