checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config files
authorTom Rini <trini@konsulko.com>
Tue, 26 May 2020 18:29:02 +0000 (14:29 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2020 22:10:02 +0000 (18:10 -0400)
commitf3e2ebede3019740ee90471acc0a29a684b59221
tree047f05ad2648c4b88ff5e02187e92a9e7835e8ae
parentdd5b0fad8f295c6e786f1528d09f03fa546289cd
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>
scripts/checkpatch.pl