Skip to content

Commit bf1676e

Browse files
committed
Merge branch 'pci/controller/tegra194'
- Relax Kconfig so tegra194 can be built for platforms beyond Tegra194 (Vidya Sagar) * pci/controller/tegra194: PCI: dwc: tegra194: Broaden architecture dependency
2 parents 5b4e5be + 6b5e2f7 commit bf1676e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/pci/controller/dwc/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ config PCIE_TEGRA194
228228

229229
config PCIE_TEGRA194_HOST
230230
tristate "NVIDIA Tegra194 (and later) PCIe controller (host mode)"
231-
depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
231+
depends on (ARCH_TEGRA && ARM64) || COMPILE_TEST
232232
depends on PCI_MSI
233233
select PCIE_DW_HOST
234234
select PHY_TEGRA194_P2U
@@ -243,7 +243,7 @@ config PCIE_TEGRA194_HOST
243243

244244
config PCIE_TEGRA194_EP
245245
tristate "NVIDIA Tegra194 (and later) PCIe controller (endpoint mode)"
246-
depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
246+
depends on (ARCH_TEGRA && ARM64) || COMPILE_TEST
247247
depends on PCI_ENDPOINT
248248
select PCIE_DW_EP
249249
select PHY_TEGRA194_P2U

0 commit comments

Comments
 (0)