]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/pci/host/Kconfig
PCI: layerscape: Add support for LS1043a and LS2080a
[karo-tx-linux.git] / drivers / pci / host / Kconfig
index c132bddc03f380a96a3c0acb5691a44df8fd2fa7..fcf08a03535d7a113ebb2c2e92e2669aac6d12e6 100644 (file)
@@ -53,7 +53,7 @@ config PCI_RCAR_GEN2_PCIE
 
 config PCI_HOST_GENERIC
        bool "Generic PCI host controller"
-       depends on ARM && OF
+       depends on (ARM || ARM64) && OF
        help
          Say Y here if you want to support a simple generic PCI host
          controller, such as the one emulated by kvmtool.
@@ -105,7 +105,7 @@ config PCI_XGENE_MSI
 
 config PCI_LAYERSCAPE
        bool "Freescale Layerscape PCIe controller"
-       depends on OF && ARM
+       depends on OF && (ARM || ARCH_LAYERSCAPE)
        select PCIE_DW
        select MFD_SYSCON
        help
@@ -117,7 +117,7 @@ config PCI_VERSATILE
 
 config PCIE_IPROC
        tristate "Broadcom iProc PCIe controller"
-       depends on OF && ARM
+       depends on OF && (ARM || ARM64)
        default n
        help
          This enables the iProc PCIe core controller support for Broadcom's
@@ -135,8 +135,8 @@ config PCIE_IPROC_PLATFORM
          through the generic platform bus interface
 
 config PCIE_IPROC_BCMA
-       bool "Broadcom iProc PCIe BCMA bus driver"
-       depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST)
+       tristate "Broadcom iProc PCIe BCMA bus driver"
+       depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST)
        select PCIE_IPROC
        select BCMA
        select PCI_DOMAINS