mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
f996e2b17a
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
29 lines
791 B
Plaintext
29 lines
791 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
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.
|
|
|
|
config RCAR_GEN3_THERMAL
|
|
tristate "Renesas R-Car Gen3 and RZ/G2 thermal driver"
|
|
depends on ARCH_RENESAS || COMPILE_TEST
|
|
depends on HAS_IOMEM
|
|
depends on OF
|
|
help
|
|
Enable this to plug the R-Car Gen3 or RZ/G2 thermal sensor driver into
|
|
the Linux thermal framework.
|
|
|
|
config RZG2L_THERMAL
|
|
tristate "Renesas RZ/G2L thermal driver"
|
|
depends on ARCH_RENESAS || COMPILE_TEST
|
|
depends on HAS_IOMEM
|
|
depends on OF
|
|
help
|
|
Enable this to plug the RZ/G2L thermal sensor driver into the Linux
|
|
thermal framework.
|