53f4189075
Andy Ross wanted to override a choice selection from a board defconfig file in a prj.conf, but this could trigger the assigned-value-didn't-take warning, because the choice symbol set to y in the board defconfig file ends up as n after another choice symbol is selected. (Note: Setting any choice symbol to y is enough to make it the choice (user) selection. There's no need to set the other symbols to n.) Fix the warning by checking choices at the choice level rather than at the level of individual choice symbols. This also makes the warning a bit more informative in general for choice symbols. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
checkconfig.py | ||
diffconfig | ||
kconfig.py | ||
kconfiglib.py | ||
menuconfig.py |