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/20190119185540.20526-1-tobias.johannes.klausmann@mni.thm.de/
…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).