Skip to content

Commit

Permalink
linux-yocto: qcom-armv8a: add config fragment for QCM6490
Browse files Browse the repository at this point in the history
Add QCM6940 specific kernel configs to support QCM6940 IDP and RB3 Gen2
boards on linux-yocto.

Signed-off-by: Atul Dhudase <[email protected]>
  • Loading branch information
adhudase committed Nov 16, 2023
1 parent 12d1f6e commit cd07c7d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ kconf hardware qcom.cfg
include qcom-msm8916.scc
include qcom-msm8996.scc
include qcom-qcm2290.scc
include qcom-qcm6490.scc
include qcom-sdm845.scc
include qcom-sm6115.scc
include qcom-sm8250.scc
Expand Down
19 changes: 19 additions & 0 deletions recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-qcm6490.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-License-Identifier: MIT

CONFIG_PINCTRL_SC7280=y
CONFIG_PINCTRL_SC7280_LPASS_LPI=m
CONFIG_SND_SOC_SC7280=m
CONFIG_INTERCONNECT_QCOM_SC7280=y

CONFIG_SC_CAMCC_7280=m
CONFIG_SC_DISPCC_7280=y
CONFIG_SC_GPUCC_7280=y
CONFIG_SC_LPASS_CORECC_7280=m
CONFIG_SC_VIDEOCC_7280=m

CONFIG_PHY_QCOM_USB_HS=y
CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y
CONFIG_USB_DWC3_QCOM=y
CONFIG_PHY_QCOM_QMP_COMBO=y

CONFIG_QCOM_WDT=m
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: MIT

kconf hardware qcom-rpmh.cfg
kconf hardware qcom-qcm6490.cfg

0 comments on commit cd07c7d

Please sign in to comment.