On Fri, Jul 29, 2022 at 5:19 PM Balsam CHIHI <bchihi@xxxxxxxxxxxx> wrote:
*soon.config MTK_SOC_THERMAL
tristate "Temperature sensor driver for MediaTek SoCs"
depends on HAS_IOMEM
depends on NVMEM
depends on RESET_CONTROLLER
help
Enable this option if you want to get SoC temperature
information for MediaTek platforms. This driver
configures thermal controllers to collect temperature
via AUXADC interface.
drivers/thermal/mediatek/Makefile:
obj-$(MTK_SOC_THERMAL) += soc_temp.o
However, rename 'soc_temp' to something more SoC explicit, eg.
mtxxx_thermal.c
Thanks
-- Daniel
Hello Daniel,
Thank you for the feedback.
Changes have been made as you suggested.
Resubmitting seen.