]> git.ipfire.org Git - thirdparty/linux.git/commit
firmware: tegra: Fix IVC dependency problems
authorThierry Reding <treding@nvidia.com>
Tue, 6 May 2025 13:31:16 +0000 (15:31 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 7 Jul 2025 12:44:44 +0000 (14:44 +0200)
commit78eb18020a88a4eed15f5af7700ed570642ff8f1
tree5ddae922c51ce1a79c55cea1f0ea3c7bbf451450
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
firmware: tegra: Fix IVC dependency problems

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>
drivers/firmware/tegra/Kconfig