-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove unapplied BRCM_TRACING option from Rockchip kernel config #3754
Conversation
The Rockchip config contained BRCM_TRACING option which had no effect without TRACING enabled. The option now depends on that option since [1], resulting in warning in our config checker. [1] https://lore.kernel.org/lkml/81a29b15eaacc1ac1fb421bdace9ac0c3385f40f.1727179742.git.geert@linux-m68k.org/
📝 WalkthroughWalkthroughThe pull request introduces configuration changes to the kernel configuration file for ARM64 Rockchip platforms. The modifications focus on enabling and configuring various kernel features, including BPF syscalls, cgroup management, networking capabilities, USB support, sensor interfaces, and audio subsystems. The changes aim to enhance the kernel's functionality and hardware support by selectively enabling or disabling specific kernel configurations. Changes
Sequence DiagramsequenceDiagram
participant Kernel
participant BPF
participant Networking
participant USB
participant Sensors
participant Audio
Kernel->>BPF: Enable Syscalls
Kernel->>Networking: Configure Network Protocols
Kernel->>USB: Enable Device Support
Kernel->>Sensors: Add Input Configurations
Kernel->>Audio: Configure Sound Subsystem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
The Rockchip config contained BRCM_TRACING option which had no effect without TRACING enabled. The option now depends on that option since [1], resulting in warning in our config checker.
[1] https://lore.kernel.org/lkml/81a29b15eaacc1ac1fb421bdace9ac0c3385f40f.1727179742.git.geert@linux-m68k.org/
Summary by CodeRabbit
New Features
Bug Fixes