[PATCH 8/8] arm64: defconfig: Enable NVIDIA TEGRA410 PMU

Besar Wicaksono posted 8 patches 1 week, 6 days ago
[PATCH 8/8] arm64: defconfig: Enable NVIDIA TEGRA410 PMU
Posted by Besar Wicaksono 1 week, 6 days ago
Enable driver for NVIDIA TEGRA410 CMEM Latency and C2C PMU device.

Signed-off-by: Besar Wicaksono <bwicaksono@nvidia.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 45288ec9eaf7..3d0e438cb997 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1723,6 +1723,8 @@ CONFIG_ARM_DMC620_PMU=m
 CONFIG_HISI_PMU=y
 CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU=m
 CONFIG_NVIDIA_CORESIGHT_PMU_ARCH_SYSTEM_PMU=m
+CONFIG_NVIDIA_TEGRA410_CMEM_LATENCY_PMU=m
+CONFIG_NVIDIA_TEGRA410_C2C_PMU=m
 CONFIG_MESON_DDR_PMU=m
 CONFIG_NVMEM_LAYOUT_SL28_VPD=m
 CONFIG_NVMEM_IMX_OCOTP=y
-- 
2.43.0
Re: [PATCH 8/8] arm64: defconfig: Enable NVIDIA TEGRA410 PMU
Posted by Krzysztof Kozlowski 22 hours ago
On 26/01/2026 19:11, Besar Wicaksono wrote:
> Enable driver for NVIDIA TEGRA410 CMEM Latency and C2C PMU device.

Why? Why do we want it? Which *upstream board* uses it?


Best regards,
Krzysztof