| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 2 | +# |
|---|
| 3 | +# STMicroelectronics thermal drivers configuration |
|---|
| 4 | +# |
|---|
| 5 | + |
|---|
| 1 | 6 | config ST_THERMAL |
|---|
| 2 | | - tristate "Thermal sensors on STMicroelectronics STi series of SoCs" |
|---|
| 3 | | - help |
|---|
| 4 | | - Support for thermal sensors on STMicroelectronics STi series of SoCs. |
|---|
| 7 | + tristate "Thermal sensors on STMicroelectronics STi series of SoCs" |
|---|
| 8 | + help |
|---|
| 9 | + Support for thermal sensors on STMicroelectronics STi series of SoCs. |
|---|
| 5 | 10 | |
|---|
| 6 | 11 | config ST_THERMAL_SYSCFG |
|---|
| 7 | 12 | select ST_THERMAL |
|---|
| .. | .. |
|---|
| 10 | 15 | config ST_THERMAL_MEMMAP |
|---|
| 11 | 16 | select ST_THERMAL |
|---|
| 12 | 17 | tristate "STi series memory mapped access based thermal sensors" |
|---|
| 18 | + |
|---|
| 19 | +config STM32_THERMAL |
|---|
| 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 |
|---|
| 26 | + functionalities and to access to SoC sensor functionalities. This |
|---|
| 27 | + configuration is fully dependent of MACH_STM32MP157. |
|---|