commit | 1ba1d4eb222ae1712865949057912c2f7785543f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 10 21:14:28 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 14:27:54 2021 -0400 |
tree | 2e42667e41c9857bf9f0f14fe8a711fffdbc113b | |
parent | 762b997c6b5a5a52dd77a23ad2751ab48123fd8c [diff] [blame] |
Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG Rename this option so that CONFIG_IS_ENABLED can be used with it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 016eeac..c0e99ba 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig
@@ -1275,7 +1275,7 @@ so it can be used in compiled environment. endif -config SPL_WATCHDOG_SUPPORT +config SPL_WATCHDOG bool "Support watchdog drivers" imply SPL_WDT if !HW_WATCHDOG help