This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / southbridge / via / vt8237r / vt8237r_lpc.c
index 66cb3de77b4a9da285b4ed89956c466677ce5809..0711da8eb2024cfde669da4a207ec8d184f251d1 100644 (file)
@@ -225,7 +225,7 @@ static void setup_pm(device_t dev)
 
        /* SCI is generated for RTC/pwrBtn/slpBtn. */
        tmp = inw(VT8237R_ACPI_IO_BASE + 0x04);
-#if HAVE_ACPI_RESUME == 1
+#if CONFIG_HAVE_ACPI_RESUME == 1
        acpi_slp_type = ((tmp & (7 << 10)) >> 10) == 1 ? 3 : 0 ;
        printk_debug("SLP_TYP type was %x %x\n", tmp, acpi_slp_type);
 #endif