aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>2024-05-06 17:40:11 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2024-05-10 11:34:22 +0200
commit69b08420b6972425b52c2f0562e5c2c33bf10a59 (patch)
treef4a44a93eff5849f76a92af9f72254b6e8ed8317
parent90c1786c922f79a7d872f5563bf81406622886a5 (diff)
downloadlinux-thermal/linux-next.tar.gz
thermal: renesas: rcar: Add dependency on OFthermal/linux-nextthermal/bleeding-edge
The R-Car thermal driver depends on OF, describe this. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20240506154011.344324-3-niklas.soderlund+renesas@ragnatech.se
-rw-r--r--drivers/thermal/renesas/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/renesas/Kconfig b/drivers/thermal/renesas/Kconfig
index 1be65a03d29039..dcf5fc5ae08e47 100644
--- a/drivers/thermal/renesas/Kconfig
+++ b/drivers/thermal/renesas/Kconfig
@@ -4,6 +4,7 @@ config RCAR_THERMAL
tristate "Renesas R-Car thermal driver"
depends on ARCH_RENESAS || COMPILE_TEST
depends on HAS_IOMEM
+ depends on OF
help
Enable this to plug the R-Car thermal sensor driver into the Linux
thermal framework.