Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
David HERNANDEZ SANCHEZ | 1d69315 | 2018-10-05 10:08:46 +0000 | [diff] [blame] | 2 | # |
| 3 | # STMicroelectronics thermal drivers configuration |
| 4 | # |
| 5 | |
Lee Jones | 60aef7c | 2014-06-05 16:06:55 +0100 | [diff] [blame] | 6 | config ST_THERMAL |
Enrico Weigelt, metux IT consult | 0f54aa5 | 2019-03-06 23:05:24 +0100 | [diff] [blame] | 7 | tristate "Thermal sensors on STMicroelectronics STi series of SoCs" |
| 8 | help |
| 9 | Support for thermal sensors on STMicroelectronics STi series of SoCs. |
Lee Jones | 186bf54 | 2014-06-05 16:06:56 +0100 | [diff] [blame] | 10 | |
| 11 | config ST_THERMAL_SYSCFG |
| 12 | select ST_THERMAL |
| 13 | tristate "STi series syscfg register access based thermal sensors" |
Lee Jones | 6ea95b5 | 2014-06-05 16:06:57 +0100 | [diff] [blame] | 14 | |
| 15 | config ST_THERMAL_MEMMAP |
| 16 | select ST_THERMAL |
| 17 | tristate "STi series memory mapped access based thermal sensors" |
David HERNANDEZ SANCHEZ | 1d69315 | 2018-10-05 10:08:46 +0000 | [diff] [blame] | 18 | |
| 19 | config STM32_THERMAL |
Enrico Weigelt, metux IT consult | 0f54aa5 | 2019-03-06 23:05:24 +0100 | [diff] [blame] | 20 | tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs" |
| 21 | depends on MACH_STM32MP157 |
| 22 | default y |
| 23 | help |
| 24 | Support for thermal framework on STMicroelectronics STM32 series of |
| 25 | SoCs. This thermal driver allows to access to general thermal framework |
Colin Ian King | c071cde | 2020-08-10 09:27:39 +0100 | [diff] [blame] | 26 | functionalities and to access to SoC sensor functionalities. This |
Enrico Weigelt, metux IT consult | 0f54aa5 | 2019-03-06 23:05:24 +0100 | [diff] [blame] | 27 | configuration is fully dependent of MACH_STM32MP157. |