Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thermal/drivers/tegra: Correct compile-testing of drivers

All Tegra thermal drivers support compile-testing, but the drivers are
not available for compile-testing because the whole Kconfig meny entry
depends on ARCH_TEGRA, missing the alternative COMPILE_TEST dependency
option. Correct the Kconfig entry.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210617072403.3487-1-digetx@gmail.com

authored by

Dmitry Osipenko and committed by
Daniel Lezcano
8f8d8b03 3747e426

+1 -1
+1 -1
drivers/thermal/tegra/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 menu "NVIDIA Tegra thermal drivers" 3 - depends on ARCH_TEGRA 3 + depends on ARCH_TEGRA || COMPILE_TEST 4 4 5 5 config TEGRA_SOCTHERM 6 6 tristate "Tegra SOCTHERM thermal management"