-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
rockchip-rv1106: .config: manual fixes #8898
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
rockchip-rv1106: .config: manual fixes #8898
Conversation
- `=m` is not a valid value for options that are `bool` - so change them to `=y` manually - from olddefconfig: - `.config:82:warning: symbol value 'm' invalid for BT_RFCOMM_TTY` - `.config:84:warning: symbol value 'm' invalid for BT_BNEP_MC_FILTER` - `.config:85:warning: symbol value 'm' invalid for BT_BNEP_PROTO_FILTER` - `.config:87:warning: symbol value 'm' invalid for BT_HS` - `.config:89:warning: symbol value 'm' invalid for BT_LEDS` - `.config:90:warning: symbol value 'm' invalid for BT_MSFTEXT` - `.config:92:warning: symbol value 'm' invalid for BT_HCIBTUSB_AUTOSUSPEND` - `.config:93:warning: symbol value 'm' invalid for BT_HCIBTUSB_MTK` - `.config:96:warning: symbol value 'm' invalid for BT_HCIUART_BCSP` - `.config:97:warning: symbol value 'm' invalid for BT_HCIUART_ATH3K` - `.config:99:warning: symbol value 'm' invalid for BT_HCIUART_BCM` - `.config:100:warning: symbol value 'm' invalid for BT_HCIUART_RTL` - `.config:101:warning: symbol value 'm' invalid for BT_HCIUART_QCA` - `.config:102:warning: symbol value 'm' invalid for BT_HCIUART_AG6XX` - `.config:250:warning: symbol value 'm' invalid for AIC_WLAN_SUPPORT`
- rockchip-rv1106: .config: remove WLAN_VENDOR_MEDIATEK `=n` manually - rockchip-rv1106: .config: remove WLAN_VENDOR_RALINK `=n` manually - rockchip-rv1106: .config: remove WLAN_VENDOR_MARVELL `=n` manually - rockchip-rv1106: .config: remove WLAN_VENDOR_ATMEL `=n` manually - rockchip-rv1106: .config: remove WLAN_VENDOR_ATH `=n` manually - rockchip-rv1106: .config: remove WLAN_VENDOR_REALTEK `=n` manually - those are hard dependencies for a bunch of wifi opts that are `=m`
WalkthroughKernel configuration for Rockchip RV1106 is updated: 14 Bluetooth-related options and one WLAN option are converted from modular (m) to built-in (y) form, and six commented-out WLAN vendor options are removed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (15)📓 Common learnings📚 Learning: 2025-10-22T07:56:19.424ZApplied to files:
📚 Learning: 2025-08-11T22:00:13.411ZApplied to files:
📚 Learning: 2025-08-30T04:13:16.457ZApplied to files:
📚 Learning: 2025-09-22T21:52:01.225ZApplied to files:
📚 Learning: 2025-11-02T20:49:56.719ZApplied to files:
📚 Learning: 2025-10-22T07:51:53.015ZApplied to files:
📚 Learning: 2025-10-23T19:48:42.980ZApplied to files:
📚 Learning: 2025-09-22T21:52:01.225ZApplied to files:
📚 Learning: 2025-07-17T04:16:29.551ZApplied to files:
📚 Learning: 2025-08-30T06:56:33.372ZApplied to files:
📚 Learning: 2025-10-23T19:50:25.841ZApplied to files:
📚 Learning: 2025-07-27T15:54:35.119ZApplied to files:
📚 Learning: 2025-10-11T19:52:54.648ZApplied to files:
📚 Learning: 2025-10-26T12:56:29.185ZApplied to files:
🔇 Additional comments (2)
Comment |
vidplace7
left a comment
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.
Tested. Working well 👍
Thanks for cleaning this up @rpardini ❤️
|
✅ This PR has been reviewed and approved — all set for merge! |
rockchip-rv1106: .config: manual fixes
=mset options that areboolmanually=mis not a valid value for options that arebool=ymanually.config:82:warning: symbol value 'm' invalid for BT_RFCOMM_TTY.config:84:warning: symbol value 'm' invalid for BT_BNEP_MC_FILTER.config:85:warning: symbol value 'm' invalid for BT_BNEP_PROTO_FILTER.config:87:warning: symbol value 'm' invalid for BT_HS.config:89:warning: symbol value 'm' invalid for BT_LEDS.config:90:warning: symbol value 'm' invalid for BT_MSFTEXT.config:92:warning: symbol value 'm' invalid for BT_HCIBTUSB_AUTOSUSPEND.config:93:warning: symbol value 'm' invalid for BT_HCIBTUSB_MTK.config:96:warning: symbol value 'm' invalid for BT_HCIUART_BCSP.config:97:warning: symbol value 'm' invalid for BT_HCIUART_ATH3K.config:99:warning: symbol value 'm' invalid for BT_HCIUART_BCM.config:100:warning: symbol value 'm' invalid for BT_HCIUART_RTL.config:101:warning: symbol value 'm' invalid for BT_HCIUART_QCA.config:102:warning: symbol value 'm' invalid for BT_HCIUART_AG6XX.config:250:warning: symbol value 'm' invalid for AIC_WLAN_SUPPORTWLAN_VENDOR=n's manually=nmanually=nmanually=nmanually=nmanually=nmanually=nmanually=mSummary by CodeRabbit