commit | 7102d324f6b41741ee74587d43d77b302b1bbd96 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Nov 19 18:45:45 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 18:16:43 2022 -0500 |
tree | 23ec41dc6f0aff10b800c69396a32ac5ac926817 | |
parent | 9cebc4ad8ebe6832c6d0eca786a85533a3b54ce4 [diff] |
m68k: Rename CONFIG_WATCHDOG_TIMEOUT to CONFIG_WATCHDOG_TIMEOUT_MSECS In practice, it is clear that the usage in m68k of CONFIG_WATCHDOG_TIMEOUT is setting a value in milliseconds. Rename this to the existing symbol and move to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>