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

kconfig: don't 'select' ZCBOR #1372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hakonfam
Copy link
Contributor

@hakonfam hakonfam commented Jun 6, 2024

When an option depends on another option being set, its definition should use 'depends on' - not 'select'.

Using 'select' introduces a two way dependency which makes it impossible to express proper kconfig dependencies in some cases.

See 'select pitfalls' chapter in zephyr documentation for details.

Ref: NCSDK-27818

When an option depends on another option being set, its definition
should use 'depends on' - not 'select'.

Using 'select' introduces a two way dependency which makes
it impossible to express proper kconfig dependencies in some
cases.

See 'select pitfalls' chapter in zephyr documentation for details.

Ref: NCSDK-27818

Signed-off-by: Håkon Amundsen <haakon.amundsen@nordicsemi.no>
Copy link
Contributor

@KAGA164 KAGA164 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good buy you need also align NCS repository to this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants