linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PCI: microchip: Allow driver to be built as a module
@ 2022-04-20  9:34 Uwe Kleine-König
  2022-04-20 16:41 ` Pali Rohár
  0 siblings, 1 reply; 6+ messages in thread
From: Uwe Kleine-König @ 2022-04-20  9:34 UTC (permalink / raw)
  To: Daire McNamara, Lorenzo Pieralisi
  Cc: Rob Herring, Krzysztof Wilczyński, linux-pci, Ian Cowan,
	kernel, Greg Kroah-Hartman, Bjorn Helgaas, Conor.Dooley

There are no known reasons to not use this driver as a module, so allow
to configure PCIE_MICROCHIP_HOST=m.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/pci/controller/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index b8d96d38064d..6eae2289410a 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -301,7 +301,7 @@ config PCI_LOONGSON
 	  Loongson systems.
 
 config PCIE_MICROCHIP_HOST
-	bool "Microchip AXI PCIe host bridge support"
+	tristate "Microchip AXI PCIe host bridge support"
 	depends on PCI_MSI && OF
 	select PCI_MSI_IRQ_DOMAIN
 	select GENERIC_MSI_IRQ_DOMAIN

base-commit: 3123109284176b1532874591f7c81f3837bbdc17
prerequisite-patch-id: e8aad0ef8193038684bc2e10d387a7b74da1116a
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-21 16:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20  9:34 [PATCH] PCI: microchip: Allow driver to be built as a module Uwe Kleine-König
2022-04-20 16:41 ` Pali Rohár
2022-04-21 11:31   ` Conor.Dooley
2022-04-21 13:41     ` Pali Rohár
2022-04-21 13:55       ` Conor.Dooley
2022-04-21 16:18         ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).