2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-10-05 18:08:46 +08:00
|
|
|
#
|
|
|
|
# STMicroelectronics thermal drivers configuration
|
|
|
|
#
|
|
|
|
|
2014-06-05 23:06:55 +08:00
|
|
|
config ST_THERMAL
|
2019-03-07 06:05:24 +08:00
|
|
|
tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
|
|
|
|
help
|
|
|
|
Support for thermal sensors on STMicroelectronics STi series of SoCs.
|
2014-06-05 23:06:56 +08:00
|
|
|
|
|
|
|
config ST_THERMAL_SYSCFG
|
|
|
|
select ST_THERMAL
|
|
|
|
tristate "STi series syscfg register access based thermal sensors"
|
2014-06-05 23:06:57 +08:00
|
|
|
|
|
|
|
config ST_THERMAL_MEMMAP
|
|
|
|
select ST_THERMAL
|
|
|
|
tristate "STi series memory mapped access based thermal sensors"
|
2018-10-05 18:08:46 +08:00
|
|
|
|
|
|
|
config STM32_THERMAL
|
2019-03-07 06:05:24 +08:00
|
|
|
tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
|
|
|
|
depends on MACH_STM32MP157
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Support for thermal framework on STMicroelectronics STM32 series of
|
|
|
|
SoCs. This thermal driver allows to access to general thermal framework
|
|
|
|
functionalities and to acces to SoC sensor functionalities. This
|
|
|
|
configuration is fully dependent of MACH_STM32MP157.
|