ANDROID: GKI: Enable POWER_SEQUENCING=m

BT_HCIUART_QCA now has a dependency on POWER_SEQUENCING to
enable power sequencer for WCN7850, WCN6855, and QCA6390 BT
modules used in newer gen Qualcomm SoCs.

Bug: 146449535
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Change-Id: I49e178cfc5ef0dfee1c00dede8398460a59fe4c2
This commit is contained in:
Amit Pundir
2024-07-18 12:07:14 +05:30
committed by Treehugger Robot
parent dd9d8dc100
commit 2fd29c7b6a
4 changed files with 4 additions and 2 deletions
-2
View File
@@ -533,8 +533,6 @@ _DB845C_MODULE_OUTS = [
"drivers/power/reset/qcom-pon.ko",
"drivers/power/reset/reboot-mode.ko",
"drivers/power/reset/syscon-reboot-mode.ko",
"drivers/power/sequencing/pwrseq-core.ko",
"drivers/power/sequencing/pwrseq-qcom-wcn.ko",
"drivers/power/supply/qcom_battmgr.ko",
"drivers/regulator/gpio-regulator.ko",
"drivers/regulator/qcom-rpmh-regulator.ko",
+2
View File
@@ -420,6 +420,8 @@ CONFIG_PTP_1588_CLOCK=m
CONFIG_GPIO_GENERIC_PLATFORM=y
CONFIG_POWER_RESET_HISI=y
CONFIG_POWER_RESET_SYSCON=y
CONFIG_POWER_SEQUENCING=m
# CONFIG_POWER_SEQUENCING_QCOM_WCN is not set
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_NETLINK=y
+1
View File
@@ -391,6 +391,7 @@ CONFIG_SPI_SLAVE=y
CONFIG_PTP_1588_CLOCK=m
CONFIG_GPIOLIB=y
CONFIG_GPIO_GENERIC_PLATFORM=y
CONFIG_POWER_SEQUENCING=m
# CONFIG_HWMON is not set
CONFIG_THERMAL_NETLINK=y
CONFIG_THERMAL_STATISTICS=y
+1
View File
@@ -36,6 +36,7 @@ _COMMON_GKI_MODULES_LIST = [
"drivers/net/usb/rtl8150.ko",
"drivers/net/usb/usbnet.ko",
"drivers/net/wwan/wwan.ko",
"drivers/power/sequencing/pwrseq-core.ko",
"drivers/pps/pps_core.ko",
"drivers/ptp/ptp.ko",
"drivers/usb/class/cdc-acm.ko",