You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
thermal: sti: Add support for ST's Memory Mapped based Thermal controller
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>
This commit is contained in:
@@ -6,3 +6,7 @@ config ST_THERMAL
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user