xref: /linux/drivers/thermal/renesas/Kconfig (revision ec4be3165e4c6af3f03c8a603af5ea118c95dfb4)
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
13*ec4be316SMarek 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
18*ec4be316SMarek Vasut	  Enable this to plug the R-Car Gen3/Gen4 or RZ/G2 thermal sensor
19*ec4be316SMarek 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.
29