Skip to content

kconfig: The error message is misleading when values are out-of-range #6749

@SebastianBoe

Description

@SebastianBoe

Hi,

the error message is misleading when values are out-of-range. E.g.

CONFIG_FOO=5

 config FOO
     range 0 3

Should trigger an error about the value being out-of-range, but instead it triggers a warning about dependencies.

warning: FOO was assigned the value "5" but got the value "0" -- check dependencies

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions