Skip to content

Commit 8f8d8b0

Browse files
digetxdlezcano
authored andcommitted
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 <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 3747e42 commit 8f8d8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/thermal/tegra/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
menu "NVIDIA Tegra thermal drivers"
3-
depends on ARCH_TEGRA
3+
depends on ARCH_TEGRA || COMPILE_TEST
44

55
config TEGRA_SOCTHERM
66
tristate "Tegra SOCTHERM thermal management"

0 commit comments

Comments
 (0)