From e4a93b506d566a969f3813bbd1b2873e363d18b7 Mon Sep 17 00:00:00 2001 From: Ahmad Chaudhry Date: Tue, 20 May 2025 15:46:57 +0000 Subject: [PATCH] ANDROID: GKI: Enable Tegra Host1x Select hidden config CONFIG_TEGRA_HOST1X_CONTEXT_BUS. This config is needed as it adds host1x_context_device_bus_type to iommu_buses private array, needed for host1x.ko module Bug: 418986815 Change-Id: Icbc697638e39a08a648b2a3dbf7947d6107ac310 Signed-off-by: Ahmad Chaudhry --- init/Kconfig.gki | 1 + 1 file changed, 1 insertion(+) diff --git a/init/Kconfig.gki b/init/Kconfig.gki index 88f4946d963a..2be98a14e967 100644 --- a/init/Kconfig.gki +++ b/init/Kconfig.gki @@ -191,6 +191,7 @@ config GKI_HIDDEN_RPMSG_CONFIGS config GKI_HIDDEN_GPU_CONFIGS bool "Hidden GPU configuration needed for GKI" select TRACE_GPU_MEM + select TEGRA_HOST1X_CONTEXT_BUS help Dummy config option used to enable the hidden GPU config. These are normally selected implicitly when a module