linux-yocto/drivers/firmware/tegra
Thierry Reding de52cc040d firmware: tegra: Fix IVC dependency problems
[ Upstream commit 78eb18020a ]

The IVC code is library code that other drivers need to select if they
need that library. However, if the symbol is user-selectable this can
lead to conflicts.

Fix this by making the symbol only selectable for COMPILE_TEST and add
a select TEGRA_IVC to TEGRA_BPMP, which is currently the only user.

Link: https://lore.kernel.org/r/20250506133118.1011777-10-thierry.reding@gmail.com
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-08-20 18:30:24 +02:00
..
bpmp-debugfs.c
bpmp-private.h
bpmp-tegra186.c
bpmp-tegra210.c
bpmp.c
ivc.c
Kconfig firmware: tegra: Fix IVC dependency problems 2025-08-20 18:30:24 +02:00
Makefile