19d617949SNiklas Söderlund# SPDX-License-Identifier: GPL-2.0-only 29d617949SNiklas Söderlund 39d617949SNiklas Söderlundconfig RCAR_THERMAL 49d617949SNiklas Söderlund tristate "Renesas R-Car thermal driver" 59d617949SNiklas Söderlund depends on ARCH_RENESAS || COMPILE_TEST 69d617949SNiklas Söderlund depends on HAS_IOMEM 7f996e2b1SNiklas Söderlund depends on OF 89d617949SNiklas Söderlund help 99d617949SNiklas Söderlund Enable this to plug the R-Car thermal sensor driver into the Linux 109d617949SNiklas Söderlund thermal framework. 119d617949SNiklas Söderlund 129d617949SNiklas Söderlundconfig RCAR_GEN3_THERMAL 13ec4be316SMarek Vasut tristate "Renesas R-Car Gen3/Gen4 and RZ/G2 thermal driver" 149d617949SNiklas Söderlund depends on ARCH_RENESAS || COMPILE_TEST 159d617949SNiklas Söderlund depends on HAS_IOMEM 169d617949SNiklas Söderlund depends on OF 179d617949SNiklas Söderlund help 18ec4be316SMarek Vasut Enable this to plug the R-Car Gen3/Gen4 or RZ/G2 thermal sensor 19ec4be316SMarek Vasut driver into the Linux thermal framework. 209d617949SNiklas Söderlund 219d617949SNiklas Söderlundconfig RZG2L_THERMAL 229d617949SNiklas Söderlund tristate "Renesas RZ/G2L thermal driver" 239d617949SNiklas Söderlund depends on ARCH_RENESAS || COMPILE_TEST 249d617949SNiklas Söderlund depends on HAS_IOMEM 259d617949SNiklas Söderlund depends on OF 269d617949SNiklas Söderlund help 279d617949SNiklas Söderlund Enable this to plug the RZ/G2L thermal sensor driver into the Linux 289d617949SNiklas Söderlund thermal framework. 29dc095b37SClaudiu Beznea 30*e649c366SGeert Uytterhoevenconfig RZG3E_THERMAL 31*e649c366SGeert Uytterhoeven tristate "Renesas RZ/G3E thermal driver" 32*e649c366SGeert Uytterhoeven depends on ARCH_RENESAS || COMPILE_TEST 33*e649c366SGeert Uytterhoeven help 34*e649c366SGeert Uytterhoeven Enable this to plug the RZ/G3E thermal sensor driver into the Linux 35*e649c366SGeert Uytterhoeven thermal framework. 36*e649c366SGeert Uytterhoeven 37dc095b37SClaudiu Bezneaconfig RZG3S_THERMAL 38dc095b37SClaudiu Beznea tristate "Renesas RZ/G3S thermal driver" 39dc095b37SClaudiu Beznea depends on ARCH_R9A08G045 || COMPILE_TEST 40dc095b37SClaudiu Beznea depends on OF && IIO && RZG2L_ADC 41dc095b37SClaudiu Beznea help 42dc095b37SClaudiu Beznea Enable this to plug the RZ/G3S thermal sensor driver into the Linux 43dc095b37SClaudiu Beznea thermal framework. 44