xref: /linux/drivers/thermal/renesas/Kconfig (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
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
7*f996e2b1SNiklas 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
139d617949SNiklas Söderlund	tristate "Renesas R-Car Gen3 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
189d617949SNiklas Söderlund	  Enable this to plug the R-Car Gen3 or RZ/G2 thermal sensor driver into
199d617949SNiklas Söderlund	  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.
29