-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-yocto: qcom-armv8a: add config fragment for QCM6490
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
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-qcm6490.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
4 changes: 4 additions & 0 deletions
4
recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-qcm6490.scc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |