diff options
author | Niklas Söderlund <[email protected]> | 2024-05-06 17:40:11 +0200 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2024-07-15 13:31:39 +0200 |
commit | f996e2b17a30c2919ed018d3902d1e633ae40ab2 (patch) | |
tree | 36b3f0bf2ac017d5690b1e031b35f476184c32ac | |
parent | 9d617949d49099d549175979e6454ce64461eaa2 (diff) |
thermal/drivers/renesas/rcar: Add dependency on OF
The R-Car thermal driver depends on OF, describe this.
Signed-off-by: Niklas Söderlund <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/thermal/renesas/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/renesas/Kconfig b/drivers/thermal/renesas/Kconfig index 1be65a03d290..dcf5fc5ae08e 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. |