This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / include / part / watchdog.h
index 4374f3060d132164759c64f407a8d03d2e1e9185..26b537dbe90f40bfa100bf5aeddfb94393260332 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef PART_WATCHDOG_H
 #define PART_WATCHDOG_H
 
-#if USE_WATCHDOG_ON_BOOT == 1
+#if CONFIG_USE_WATCHDOG_ON_BOOT == 1
 void watchdog_off(void);
 #else
 #define watchdog_off()