-
-
Notifications
You must be signed in to change notification settings - Fork 992
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
Resolve warnings caused by incorrect kernel config settings #3104
Conversation
These are missing various subsystem dependencies and were never in fact enabled, assuming they're rather exotic and removing them completely.
Since aarch64 doesn't use self-extracting kernel: https://patchwork.kernel.org/project/linux-arm-kernel/patch/[email protected]/
…ce-support-pcie) RPi 4+ should use this fragment too, since CM4 has PCIe support.
@sairon Sorry for hijacking this PR/thread here. But I am trying to get the same mechanism using your
However, I could manually solve these kind of issues by manually removing the Would appreciate any help! |
I see you are probably using |
copy being used. Also retired manual install of kconfiglib package in snapshot workflow. (cf. home-assistant/operating-system#3104 (comment))
Thanks, that provided me the final hint I required. Missing that you have an own version in the repository stored. Now it works as expected... |
Resolve all warnings found by linux-check-dotconfig tool. Some dependencies needed to be added, some moved around. As the result, some extra config options have been enabled as a collateral, however no options should be lost, thus the functionality should remain the same (or actually enabled as originally intended).