1# SPDX-License-Identifier: GPL-2.0-only 2 3config 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 12config RCAR_GEN3_THERMAL 13 tristate "Renesas R-Car Gen3/Gen4 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/Gen4 or RZ/G2 thermal sensor 19 driver into the Linux thermal framework. 20 21config 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. 29 30config RZG3E_THERMAL 31 tristate "Renesas RZ/G3E thermal driver" 32 depends on ARCH_RENESAS || COMPILE_TEST 33 help 34 Enable this to plug the RZ/G3E thermal sensor driver into the Linux 35 thermal framework. 36 37config RZG3S_THERMAL 38 tristate "Renesas RZ/G3S thermal driver" 39 depends on ARCH_R9A08G045 || COMPILE_TEST 40 depends on OF && IIO && RZG2L_ADC 41 help 42 Enable this to plug the RZ/G3S thermal sensor driver into the Linux 43 thermal framework. 44