diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2016-12-07 16:05:59 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-12-07 16:05:59 -0500 |
commit | 1177f76a7e7e52d4be3c78247b30ab73cabf7164 (patch) | |
tree | 5f7eb3159cba9d2716944a2a963184c04cbb5cc4 | |
parent | b8ab8e041cc0356323c1e4aee8047ea479650340 (diff) |
PCI: rockchip: Add Kconfig COMPILE_TEST
Allow selection of the Rockchip driver for compile testing, even if we
aren't building for ARCH_ROCKCHIP.
[bhelgaas: changelog]
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | drivers/pci/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index d7e7c0a827c3..096440ec75f9 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig | |||
@@ -276,7 +276,7 @@ config PCIE_ARTPEC6 | |||
276 | 276 | ||
277 | config PCIE_ROCKCHIP | 277 | config PCIE_ROCKCHIP |
278 | bool "Rockchip PCIe controller" | 278 | bool "Rockchip PCIe controller" |
279 | depends on ARCH_ROCKCHIP | 279 | depends on ARCH_ROCKCHIP || COMPILE_TEST |
280 | depends on OF | 280 | depends on OF |
281 | depends on PCI_MSI_IRQ_DOMAIN | 281 | depends on PCI_MSI_IRQ_DOMAIN |
282 | select MFD_SYSCON | 282 | select MFD_SYSCON |