mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
6ea95b50dd
This is the traditional way of obtaining a device driver's register address space. The aim of this driver is to supply controller specific information to the ST Thermal Core. Signed-off-by: Ajit Pal Singh <ajitpal.singh@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
12 lines
408 B
Text
12 lines
408 B
Text
config ST_THERMAL
|
|
tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
|
|
help
|
|
Support for thermal sensors on STMicroelectronics STi series of SoCs.
|
|
|
|
config ST_THERMAL_SYSCFG
|
|
select ST_THERMAL
|
|
tristate "STi series syscfg register access based thermal sensors"
|
|
|
|
config ST_THERMAL_MEMMAP
|
|
select ST_THERMAL
|
|
tristate "STi series memory mapped access based thermal sensors"
|