Skip to content

Commit c9f9716

Browse files
committed
linux-qcom-next: include qcom.config in KBUILD_CONFIG_EXTRA
`qcom.config`, a Qualcomm-specific kernel configuration fragment enables features and subsystems required by Qualcomm SoCs that are not part of the community's common defconfig. Add qcom.config to KBUILD_CONFIG_EXTRA to enable these essential features and subsystems on aarch64 builds. Signed-off-by: Viswanath Kraleti <[email protected]>
1 parent deaf597 commit c9f9716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes-kernel/linux/linux-qcom-next_git.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ KBUILD_DEFCONFIG:qcom-armv7a = "qcom_defconfig"
3838

3939
KBUILD_CONFIG_EXTRA = "${@bb.utils.contains('DISTRO_FEATURES', 'hardened', '${S}/kernel/configs/hardening.config', '', d)}"
4040
KBUILD_CONFIG_EXTRA:append:aarch64 = " ${S}/arch/arm64/configs/prune.config"
41+
KBUILD_CONFIG_EXTRA:append:aarch64 = " ${S}/arch/arm64/configs/qcom.config"
4142

4243
do_configure:prepend() {
4344
# Use a copy of the 'defconfig' from the actual repo to merge fragments

0 commit comments

Comments
 (0)