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:
parent
4917f6f4da
commit
45832ac1d6
2 changed files with 0 additions and 13 deletions
|
@ -10,12 +10,3 @@ config WDOG_CMSDK_APB
|
||||||
help
|
help
|
||||||
Enable CMSDK APB Watchdog (WDOG_CMSDK_APB) Driver for ARM
|
Enable CMSDK APB Watchdog (WDOG_CMSDK_APB) Driver for ARM
|
||||||
family of MCUs.
|
family of MCUs.
|
||||||
|
|
||||||
config WDOG_CMSDK_APB_START_AT_BOOT
|
|
||||||
bool "Start Watchdog during boot"
|
|
||||||
depends on WDOG_CMSDK_APB
|
|
||||||
help
|
|
||||||
Enable this setting to allow WDOG to be automatically started
|
|
||||||
during device initialization. Note that once WDOG is started
|
|
||||||
it must be reloaded before the counter reaches 0, otherwise
|
|
||||||
the MCU will be reset.
|
|
||||||
|
|
|
@ -192,10 +192,6 @@ static int wdog_cmsdk_apb_init(const struct device *dev)
|
||||||
z_NmiHandlerSet(wdog_cmsdk_apb_isr);
|
z_NmiHandlerSet(wdog_cmsdk_apb_isr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_WDOG_CMSDK_APB_START_AT_BOOT
|
|
||||||
wdog_cmsdk_apb_enable(dev);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue