]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pci/host/Kconfig
Merge remote-tracking branch 'pci/next'
[karo-tx-linux.git] / drivers / pci / host / Kconfig
index 866fe0fd40f0d1b2547339050fc930229bfd6698..7a31ebbc43793b8631990e1307b2dce3d882da38 100644 (file)
@@ -39,7 +39,8 @@ config PCI_TEGRA
 
 config PCI_RCAR_GEN2
        bool "Renesas R-Car Gen2 Internal PCI controller"
-       depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
+       depends on ARM
+       depends on ARCH_SHMOBILE || COMPILE_TEST
        help
          Say Y here if you want internal PCI support on R-Car Gen2 SoC.
          There are 3 internal PCI controllers available with a single
@@ -47,7 +48,8 @@ config PCI_RCAR_GEN2
 
 config PCI_RCAR_GEN2_PCIE
        bool "Renesas R-Car PCIe controller"
-       depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
+       depends on ARM
+       depends on ARCH_SHMOBILE || COMPILE_TEST
        help
          Say Y here if you want PCIe controller support on R-Car Gen2 SoCs.
 
@@ -156,6 +158,7 @@ config PCIE_ALTERA
 config PCIE_ALTERA_MSI
        bool "Altera PCIe MSI feature"
        depends on PCI_MSI
+       depends on BROKEN
        select PCI_MSI_IRQ_DOMAIN
        help
          Say Y here if you want PCIe MSI support for the Altera FPGA.