commit | f3e2ebede3019740ee90471acc0a29a684b59221 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 26 14:29:02 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 04 18:10:02 2020 -0400 |
tree | 047f05ad2648c4b88ff5e02187e92a9e7835e8ae | |
parent | dd5b0fad8f295c6e786f1528d09f03fa546289cd [diff] |
checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config files All of our cmds have a Kconfig entry. Making enabling a CMD via the config file an error to checkpatch.pl. Signed-off-by: Tom Rini <trini@konsulko.com>