commit | d7b4ab5099626caad60151f513fdde47ecf3da0e | [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 | 567240dda44279931357441c90f32d9fbfc8c6f7 [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>