From: Niklas Söderlund Date: Mon, 6 May 2024 15:40:11 +0000 (+0200) Subject: thermal/drivers/renesas/rcar: Add dependency on OF X-Git-Tag: v6.11-rc1~174^2~2^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f996e2b17a30c2919ed018d3902d1e633ae40ab2;p=thirdparty%2Fkernel%2Flinux.git thermal/drivers/renesas/rcar: Add dependency on OF The R-Car thermal driver depends on OF, describe this. Signed-off-by: Niklas Söderlund Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/20240506154011.344324-3-niklas.soderlund+renesas@ragnatech.se --- diff --git a/drivers/thermal/renesas/Kconfig b/drivers/thermal/renesas/Kconfig index 1be65a03d2903..dcf5fc5ae08e4 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.