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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to