commit | db5a97efd1b508b088e29804cee91b340423a0dd | [log] [tgz] |
---|---|---|
author | Joel Johnson <mrjoel@lixil.net> | Wed Jan 29 09:17:18 2020 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Sun Feb 09 14:58:08 2020 +0100 |
tree | 761bbb22ed62e7ec40e9c64e00215f8f0dd8dda5 | |
parent | 34d9224866ec032ec9ac31ce6644cc7a6c6e32e1 [diff] |
cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage Both CMD_MX_CYCLIC and MX_CYCLIC are in use and defined in Kconfig, but only the non-CMD version currently does anything. This changes all usages to prefer the CMD_MX_CYCLIC option (since it's only affecting addition of the commands), and switches defconfigs using the non-CMD version to use the CMD version. Signed-off-by: Joel Johnson <mrjoel@lixil.net> Reviewed-by: Tom Rini <trini@konsulko.com>