Skip to content

Commit

Permalink
thermal/drivers/tegra: Correct compile-testing of drivers
Browse files Browse the repository at this point in the history
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
  • Loading branch information
digetx authored and dlezcano committed Aug 14, 2021
1 parent 3747e42 commit 8f8d8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/thermal/tegra/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
menu "NVIDIA Tegra thermal drivers"
depends on ARCH_TEGRA
depends on ARCH_TEGRA || COMPILE_TEST

config TEGRA_SOCTHERM
tristate "Tegra SOCTHERM thermal management"
Expand Down

0 comments on commit 8f8d8b0

Please sign in to comment.