drivers: watchdog: Remove useless Kconfig entry

The function it would build is nowhere to be seen.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2020-07-08 10:39:04 +02:00 committed by Carles Cufí
commit 45832ac1d6
2 changed files with 0 additions and 13 deletions

View file

@ -192,10 +192,6 @@ static int wdog_cmsdk_apb_init(const struct device *dev)
z_NmiHandlerSet(wdog_cmsdk_apb_isr);
#endif
#ifdef CONFIG_WDOG_CMSDK_APB_START_AT_BOOT
wdog_cmsdk_apb_enable(dev);
#endif
return 0;
}