-
Notifications
You must be signed in to change notification settings - Fork 92
[Deepin-Kernel-SIG] [linux 6.12-y] [Upstream] x86: configs: reenable CONFIG_DEBUG_INFO_BTF and enable some snd soc #923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Link: https://bbs.deepin.org.cn/post/289237 Fixes: 775a1884d2e7 ("x86: configs: enable BT_INTEL_PCIE")
Reviewer's GuideThis PR updates the X86 desktop defconfig to reenable BTF debug‐info support and turn on several SoC audio drivers, aligning the Deepin kernel config with recent upstream defaults. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
deepin pr auto review代码审查意见:
综上所述,虽然这次提交的改动相对较小,但仍然需要注意细节,确保代码的质量和一致性。 |
9edae1e
into
deepin-community:linux-6.12.y
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR re-enables BTF debug info and adds several Intel SoC sound driver options to the Deepin x86 desktop defconfig.
- Re-enable CONFIG_DEBUG_INFO_BTF and allow BTF module mismatches
- Enable additional Intel SND_SOC machine driver options (RT5514, Haswell, Broadwell, etc.)
Comments suppressed due to low confidence (1)
arch/x86/configs/deepin_x86_desktop_defconfig:5694
- [nitpick] Add a brief comment explaining why BTF mismatches are allowed to clarify the rationale for future maintainers.
CONFIG_MODULE_ALLOW_BTF_MISMATCH=y
@@ -3599,10 +3599,15 @@ CONFIG_SND_SOC_INTEL_AVS_MACH_PROBE=m | |||
CONFIG_SND_SOC_INTEL_AVS_MACH_RT274=m | |||
CONFIG_SND_SOC_INTEL_AVS_MACH_RT286=m | |||
CONFIG_SND_SOC_INTEL_AVS_MACH_RT298=m | |||
CONFIG_SND_SOC_INTEL_AVS_MACH_RT5514=m |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The new SoC entries (RT5514, Haswell, Broadwell, etc.) are interleaved with existing AVS entries and interrupt the alphabetical grouping; consider grouping all Intel SND_SOC driver configs by chipset family for clarity.
Copilot uses AI. Check for mistakes.
Link: https://bbs.deepin.org.cn/post/289237
Fixes: 775a1884d2e7 ("x86: configs: enable BT_INTEL_PCIE")
Summary by Sourcery
Restore BTF debug info support and enable additional SoC sound drivers in the Deepin x86 desktop defconfig.
New Features:
Bug Fixes: