]> Git Repo - linux.git/blob - drivers/thermal/renesas/Kconfig
Linux 6.14-rc3
[linux.git] / drivers / thermal / renesas / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 config RCAR_THERMAL
4         tristate "Renesas R-Car thermal driver"
5         depends on ARCH_RENESAS || COMPILE_TEST
6         depends on HAS_IOMEM
7         depends on OF
8         help
9           Enable this to plug the R-Car thermal sensor driver into the Linux
10           thermal framework.
11
12 config RCAR_GEN3_THERMAL
13         tristate "Renesas R-Car Gen3 and RZ/G2 thermal driver"
14         depends on ARCH_RENESAS || COMPILE_TEST
15         depends on HAS_IOMEM
16         depends on OF
17         help
18           Enable this to plug the R-Car Gen3 or RZ/G2 thermal sensor driver into
19           the Linux thermal framework.
20
21 config RZG2L_THERMAL
22         tristate "Renesas RZ/G2L thermal driver"
23         depends on ARCH_RENESAS || COMPILE_TEST
24         depends on HAS_IOMEM
25         depends on OF
26         help
27           Enable this to plug the RZ/G2L thermal sensor driver into the Linux
28           thermal framework.
This page took 0.035988 seconds and 4 git commands to generate.