[PATCH v3 3/3] PCI: rockchip: add COMPILE_TEST for Kconfig
Shawn Lin
shawn.lin at rock-chips.com
Tue Oct 11 19:05:03 PDT 2016
Add this could help build the driver if we enable
CONFIG_COMPILE_TEST.
Signed-off-by: Shawn Lin <shawn.lin at rock-chips.com>
---
Changes in v3: None
Changes in v2: None
drivers/pci/host/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index d7e7c0a..096440e 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -276,7 +276,7 @@ config PCIE_ARTPEC6
config PCIE_ROCKCHIP
bool "Rockchip PCIe controller"
- depends on ARCH_ROCKCHIP
+ depends on ARCH_ROCKCHIP || COMPILE_TEST
depends on OF
depends on PCI_MSI_IRQ_DOMAIN
select MFD_SYSCON
--
2.3.7
More information about the Linux-rockchip
mailing list