Skip to content

Commit 90670f0

Browse files
jonhunterthierryreding
authored andcommitted
arm64: defconfig: Re-enable Tegra PCIe host driver
Commit c57247f ("PCI: tegra: Add support for PCIe endpoint mode in Tegra194") updated the Tegra PCIe Kconfig symbol for building the Tegra PCIe host controller driver. Following this change the Tegra PCIe host controller driver is no longer built by default and so no works without updating the arm64 defconfig. Fix this by updating the Kconfig symbol in the arm64 for the Tegra PCIe host controller so that again it is built by default. Fixes: c57247f ("PCI: tegra: Add support for PCIe endpoint mode in Tegra194") Signed-off-by: Jon Hunter <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 8f3d9f3 commit 90670f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ CONFIG_PCIE_QCOM=y
208208
CONFIG_PCIE_ARMADA_8K=y
209209
CONFIG_PCIE_KIRIN=y
210210
CONFIG_PCIE_HISI_STB=y
211-
CONFIG_PCIE_TEGRA194=m
211+
CONFIG_PCIE_TEGRA194_HOST=m
212212
CONFIG_DEVTMPFS=y
213213
CONFIG_DEVTMPFS_MOUNT=y
214214
CONFIG_FW_LOADER_USER_HELPER=y

0 commit comments

Comments
 (0)