qconfig.py and query board.db for strings (and likely ints/etc)
I would like to be able to do something like ./tools/qconfig.py -f DEFAULT_FDT_FILE=""
(with proper escaping) and get a list of boards that set DEFAULT_FDT_FILE to empty. Today querying like that results in zero matches, as does ~DEFAULT_FDT_FILE
.