arm64: defconfig: Make TEGRA186_GPC_DMA built-in
authorAkhil R <akhilrajeev@nvidia.com>
Tue, 6 Sep 2022 14:47:16 +0000 (20:17 +0530)
committerThierry Reding <treding@nvidia.com>
Thu, 15 Sep 2022 13:51:47 +0000 (15:51 +0200)
Make TEGRA186_GPC_DMA driver as built-in since the clients using the
DMA (like I2C_TEGRA etc) are built-in. This would avoid the potential
long delay probe deferral can cause.

Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/configs/defconfig

index 38b0a80..144d1c1 100644 (file)
@@ -998,7 +998,7 @@ CONFIG_MV_XOR=y
 CONFIG_MV_XOR_V2=y
 CONFIG_OWL_DMA=y
 CONFIG_PL330_DMA=y
-CONFIG_TEGRA186_GPC_DMA=m
+CONFIG_TEGRA186_GPC_DMA=y
 CONFIG_TEGRA20_APB_DMA=y
 CONFIG_TEGRA210_ADMA=m
 CONFIG_QCOM_BAM_DMA=y