]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
thermal/drivers/renesas/rcar: Add dependency on OF
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Mon, 6 May 2024 15:40:11 +0000 (17:40 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 15 Jul 2024 11:31:39 +0000 (13:31 +0200)
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
drivers/thermal/renesas/Kconfig

index 1be65a03d29039f87fef229f9b4e4be20a52667a..dcf5fc5ae08e470b1e91b7cc2cb8c23efa9ca11a 100644 (file)
@@ -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.