commit | 5fc094351381c4254098a25404d8712324b6918e | [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 | aed2ebaa1fa98f53c0078d49008aa56d2c984446 [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>