brintos

brintos / linux-shallow public Read only

0
0
Text · 791 B · dcf5fc5 Raw
29 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config RCAR_THERMAL4	tristate "Renesas R-Car thermal driver"5	depends on ARCH_RENESAS || COMPILE_TEST6	depends on HAS_IOMEM7	depends on OF8	help9	  Enable this to plug the R-Car thermal sensor driver into the Linux10	  thermal framework.11 12config RCAR_GEN3_THERMAL13	tristate "Renesas R-Car Gen3 and RZ/G2 thermal driver"14	depends on ARCH_RENESAS || COMPILE_TEST15	depends on HAS_IOMEM16	depends on OF17	help18	  Enable this to plug the R-Car Gen3 or RZ/G2 thermal sensor driver into19	  the Linux thermal framework.20 21config RZG2L_THERMAL22	tristate "Renesas RZ/G2L thermal driver"23	depends on ARCH_RENESAS || COMPILE_TEST24	depends on HAS_IOMEM25	depends on OF26	help27	  Enable this to plug the RZ/G2L thermal sensor driver into the Linux28	  thermal framework.29