
14 Jan
2009
14 Jan
'09
12:39 p.m.
On Wednesday 14 January 2009 01:40:29 Sachin Rane wrote:
In the file 'include/watchdog.h', it has been mentioned that: 8<---------------------------------------------------------- #if defined(CONFIG_HW_WATCHDOG) && defined(CONFIG_WATCHDOG) #error "Configuration error: CONFIG_HW_WATCHDOG and CONFIG_WATCHDOG can't be used together." #endif ---------------------------------------------------------->8
It means I can't enable flags CONFIG_HW_WATCHDOG & CONFIG_WATCHDOG together.
CONFIG_WATCHDOG -> software watchdog CONFIG_HW_WATCHDOG -> hardware watchdog
it makes no sense to enable both -mike