summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/southbridge/intel/common/pmclib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/common/pmclib.h b/src/southbridge/intel/common/pmclib.h
index 7de5f97074cc..075f707b1b3b 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);