mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
thermal/drivers/renesas/rcar: Add dependency on OF
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
This commit is contained in:
parent
9d617949d4
commit
f996e2b17a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user