diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2021-10-21 10:45:15 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2021-11-04 19:34:23 +0000 |
| commit | aed9d9e44926f63344c069b79890738c542bc513 (patch) | |
| tree | f9b32c70e246f9885c6aca431277f9045e6e48cc /drivers/pci/controller/dwc | |
| parent | PCI: kirin: Add MODULE_* macros (diff) | |
| download | kernel-aed9d9e44926f63344c069b79890738c542bc513.tar.gz kernel-aed9d9e44926f63344c069b79890738c542bc513.zip | |
PCI: kirin: Allow building it as a module
There's nothing preventing this driver from being loaded as a module.
Change its config from bool to tristate.
Link: https://lore.kernel.org/r/b5e7cfe9df09b492750bd6db0f0c911eaae8c2d4.1634812676.git.mchehab+huawei@kernel.org
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Xiaowei Song <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc')
| -rw-r--r-- | drivers/pci/controller/dwc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index 76c0a63a3f64..a07c08d714c9 100644 --- a/drivers/pci/controller/dwc/Kconfig +++ b/drivers/pci/controller/dwc/Kconfig @@ -266,7 +266,7 @@ config PCIE_KEEMBAY_EP config PCIE_KIRIN depends on OF && (ARM64 || COMPILE_TEST) - bool "HiSilicon Kirin series SoCs PCIe controllers" + tristate "HiSilicon Kirin series SoCs PCIe controllers" depends on PCI_MSI_IRQ_DOMAIN select PCIE_DW_HOST help |
