Attention is currently required from: Felix Singer, Nico Huber, Martin Roth, Angel Pons, Julius Werner. Hello Felix Singer, build bot (Jenkins), Martin Roth, Patrick Georgi, Angel Pons, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56410
to look at the new patch set (#6).
Change subject: kconfig_lint: Drop overly restrictive rules about choice configs ......................................................................
kconfig_lint: Drop overly restrictive rules about choice configs
This rule was creating trouble: * A symbol may only be declared inside or outside a choice.
The linter treats every occurence of a `config` entry as a symbol declaration, even when it's just setting a default or adding selects. This is not easy to fix as the symbol objects are not created first and then added to the $symbols array when we know what kind of decla- ration we have, but are created incrementally inside this global list.
Change-Id: I48a17f6403470251be6b6d44bb82a8bdcbefe9f6 Signed-off-by: Nico Huber nico.h@gmx.de --- M util/lint/kconfig_lint 1 file changed, 1 insertion(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/56410/6