We've never handled boolean properties well, if we had a boolean that existed we'd generate a define of 'True' and if the boolean didn't exist than nothing would be generated. So there was no easy way to tell that the boolean wasn't defined. Now if we mark a property as boolean in the yaml, we will generate a define for it regardless if it exists or not. If it exists we'll set the value to 1, and if it doesn't to 0. Fixes #8376 Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| clocks.py | ||
| compatible.py | ||
| default.py | ||
| directive.py | ||
| flash.py | ||
| globals.py | ||
| interrupts.py | ||
| pinctrl.py | ||
| reg.py | ||