Link config options in prj.conf with enabled functions. #15626
Labels
area: Configuration System
Enhancement
Changes/Updates/Additions to existing features
Needs review
This PR needs attention from Zephyr's maintainers
Is your enhancement proposal related to a problem? Please describe.
When building with
cmake -GNinja
it can happen to have an error of the kindIn function X: undefined reference to Y
This problem can be solved enabling the right config options in prj.conf, but it's unclear a priori which option should be turned on.
Describe the solution you'd like
An easy way to search with config options are needed to turn on function Y.
Describe alternatives you've considered
An error log mentioning: "have you considered turning on config option Z in order to enable Y?"
Additional context
The background of my request comes from this issue:
#15565
(feel free to give a better title to the issue)
The text was updated successfully, but these errors were encountered: