thermal/drivers/tegra: Correct compile-testing of drivers
authorDmitry Osipenko <digetx@gmail.com>
Thu, 17 Jun 2021 07:24:03 +0000 (10:24 +0300)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Sat, 14 Aug 2021 10:24:06 +0000 (12:24 +0200)
commit8f8d8b0334cc4e7908b78e73936a7673bbef0411
tree63ca34e4e59cd016dcc943535a2178b5194b9b15
parent3747e4263ff6d6085507a32946f8236c62dd2495
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
drivers/thermal/tegra/Kconfig