Skip to content

Commit 6d9ac51

Browse files
committed
Merge tag 'tegra-for-5.7-arm64-defconfig-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
arm64: tegra: Default configuration fixes This contains a single fix to reenable the Tegra194 PCIe host support by default that was inadvertently dropped as a result of the host/endpoint mode support that was added in v5.7-rc1. * tag 'tegra-for-5.7-arm64-defconfig-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: arm64: defconfig: Re-enable Tegra PCIe host driver Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 5258bba + 90670f0 commit 6d9ac51

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)