defconfig: arm64: Enable MAX31760 Fan Controller for PineappleP HDK

Enable MAX31760 Fan Controller for PineappleP HDK.

Change-Id: I0ce30648b48bafd94d4564e75b01116134f2f529
Signed-off-by: congying <quic_congying@quicinc.com>
This commit is contained in:
congying 2023-07-07 10:33:04 +08:00 committed by Gerrit - the friendly Code Review server
parent 8306a32f9f
commit 21db06a352
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ CONFIG_IPC_LOG_MINIDUMP_BUFFERS=16
CONFIG_LEDS_QTI_FLASH=m
CONFIG_LEDS_QTI_TRI_LED=m
CONFIG_MAC80211=m
CONFIG_MAX31760_FAN_CONTROLLER=m
CONFIG_MEM_SHARE_QMI_SERVICE=m
CONFIG_MFD_I2C_PMIC=m
CONFIG_MFD_SPMI_PMIC=m

View File

@ -215,6 +215,7 @@ def define_pineapple():
"drivers/thermal/qcom/cpu_hotplug.ko",
"drivers/thermal/qcom/cpu_voltage_cooling.ko",
"drivers/thermal/qcom/ddr_cdev.ko",
"drivers/thermal/qcom/max31760_fan.ko",
"drivers/thermal/qcom/msm_lmh_dcvs.ko",
"drivers/thermal/qcom/qcom-spmi-temp-alarm.ko",
"drivers/thermal/qcom/qcom_tsens.ko",