commit | 4e51184498a1f5fe94e162dda07d4d637537d12e | [log] [tgz] |
---|---|---|
author | Teresa Remmet <t.remmet@phytec.de> | Thu Jul 15 13:26:32 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Jul 16 10:28:35 2021 +0200 |
tree | 3bbd32319719cc6d506d36ebd834a51c3d23c679 | |
parent | 90af93eb79114c059886e6068badd0829a439869 [diff] |
drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART There is no separate SPL/TPL config for WATCHDOG_AUTOSTART. So use IS_ENABLED instead of CONFIG_IS_ENABLED to make watchdog working in SPL again. Fixes: 830d29ac3721 ("watchdog: Allow to use CONFIG_WDT without starting watchdog") Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Reviewed-by: Stefan Roese <sr@denx.de>