Skip to content
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

mgmt: fix imply/depends on #86180

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JordanYates
Copy link
Collaborator

imply should only be used if the code can still operate without the symbol, which is not the case. Move the ID source to a choice symbol, which selects HWINFO when required.

Mixing depends on and select is a common cause of Kconfig dependency loops. select HWINFO is the more common usage in tree.

`imply` should only be used if the code can still operate without the
symbol, which is not the case. Move the ID source to a choice symbol,
which selects `HWINFO` when required.

Signed-off-by: Jordan Yates <jordan@embeint.com>
Mixing `depends on` and `select` is a common cause of Kconfig dependency
loops. `select HWINFO` is the more common usage in tree.

Signed-off-by: Jordan Yates <jordan@embeint.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants