UPSTREAM: PCI: rockchip: Add Kconfig COMPILE_TEST
[firefly-linux-kernel-4.4.55.git] / drivers / pci / host / Kconfig
index 30f7756be9e440a5131f44d26a652748a45cd405..7761c8dd861923e40c7a9bcc624b2e4825e52f7e 100644 (file)
@@ -175,14 +175,13 @@ config PCI_HISI
 
 config PCIE_ROCKCHIP
        bool "Rockchip PCIe controller"
-       depends on ARM64 && ARCH_ROCKCHIP
+       depends on ARCH_ROCKCHIP || COMPILE_TEST
        depends on OF
-       select MFD_SYSCON
-       select PCI_MSI
        select PCI_MSI_IRQ_DOMAIN
+       select MFD_SYSCON
        help
          Say Y here if you want internal PCI support on Rockchip SoC.
-         There are 1 internal PCIe port available to support GEN2 with
+         There is 1 internal PCIe port available to support GEN2 with
          4 slots.
 
 endmenu