This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / southbridge / via / vt8237r / vt8237r.c
index fbcb5f3abe6c50bdf3a1a2aac52d08bfccfb4687..1719fe09d8f48c2da0030d4595b07253bea3821b 100644 (file)
@@ -33,7 +33,7 @@ void hard_reset(void)
        printk_err("NO HARD RESET ON VT8237R! FIX ME!\n");
 }
 
-#if DEFAULT_CONSOLE_LOGLEVEL > 7
+#if CONFIG_DEFAULT_CONSOLE_LOGLEVEL > 7
 void writeback(struct device *dev, u16 where, u8 what)
 {
        u8 regval;