This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / cpu / amd / model_fxx / fidvid.c
index f0f7b7fdd2069305c15a0274a71cf34d08234ae9..f079776f25c305016f18a9f57b2cf5a457de68d4 100644 (file)
@@ -73,7 +73,7 @@ static void enable_fid_change(void)
 //             dword = 0x00070000; /* enable FID/VID change */
                pci_write_config32(PCI_DEV(0, 0x18+i, 3), 0x80, dword);
 
-#if HAVE_ACPI_RESUME
+#if CONFIG_HAVE_ACPI_RESUME
                dword = 0x21132113;
 #else
                dword = 0x00132113;