Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 -2
+2 -2
drivers/pci/controller/dwc/Kconfig
··· 228 228 229 229 config PCIE_TEGRA194_HOST 230 230 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 232 232 depends on PCI_MSI 233 233 select PCIE_DW_HOST 234 234 select PHY_TEGRA194_P2U ··· 243 243 244 244 config PCIE_TEGRA194_EP 245 245 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 247 247 depends on PCI_ENDPOINT 248 248 select PCIE_DW_EP 249 249 select PHY_TEGRA194_P2U