diff --git a/src/southbridge/intel/common/pmclib.h b/src/southbridge/intel/common/pmclib.h index 7de5f97074..075f707b1b 100644 --- a/src/southbridge/intel/common/pmclib.h +++ b/src/southbridge/intel/common/pmclib.h @@ -18,7 +18,7 @@ #define INTEL_COMMON_PMCLIB_H /* - * Returns 1 if platform was in ACPI S3 power state and CONFIG(ACPI_RESUME) + * Returns 1 if platform was in ACPI S3 power state and CONFIG(HAVE_ACPI_RESUME) * is enabled else returns 0. */ int southbridge_detect_s3_resume(void);