arch: arm64: config: Enable modules for msm glue and emu phys

Enable modules for emu/nop phys and msm core on Niobe.

Change-Id: I92ca4fae32b26b2340e15d52a50a208ad05914ac
Signed-off-by: Krishna Kurapati <quic_kriskura@quicinc.com>
This commit is contained in:
Krishna Kurapati 2023-11-23 12:36:11 +05:30
parent 7566ba738f
commit 6464ba780d
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,7 @@ CONFIG_LOCALVERSION="-gki"
# CONFIG_MODULE_SIG_ALL is not set
CONFIG_MSM_BOOT_STATS=m
# CONFIG_MSM_HAB is not set
CONFIG_NOP_USB_XCEIV=m
CONFIG_PHY_QCOM_UFS=m
CONFIG_PHY_QCOM_UFS_QRBTC_SDM845=m
# CONFIG_PHY_QCOM_UFS_V3 is not set
@ -79,3 +80,5 @@ CONFIG_SXR_DISPCC_NIOBE=m
CONFIG_SXR_GCC_NIOBE=m
CONFIG_SXR_GPUCC_NIOBE=m
CONFIG_SXR_VIDEOCC_NIOBE=m
CONFIG_USB_DWC3_MSM=m
CONFIG_USB_QCOM_EMU_PHY=m

View File

@ -61,6 +61,9 @@ def define_niobe():
"drivers/soc/qcom/socinfo.ko",
"drivers/soc/qcom/sysmon_subsystem_stats.ko",
"drivers/ufs/host/ufs_qcom.ko",
"drivers/usb/dwc3/dwc3-msm.ko",
"drivers/usb/phy/phy-generic.ko",
"drivers/usb/phy/phy-qcom-emu.ko",
"net/qrtr/qrtr.ko",
"net/qrtr/qrtr-smd.ko",
]