aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/pmclib.h
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-04-13 17:10:51 +0200
committerNico Huber <nico.h@gmx.de>2019-04-13 15:38:01 +0000
commited23fed3f3381b81771ca0f927d507d371f1eed1 (patch)
tree71e222042272a8bdbc89aad1f6c15684f122b909 /src/southbridge/intel/common/pmclib.h
parent425e75a2db999d65400b49ebe65ae26c64aabcd9 (diff)
sb/intel/common: Fix config name in a comment
This sneaked in after we made unknown arguments to CONFIG() an error. Change-Id: Ia1de78ce1d3277c7b094c3283455f4b56f3a3fbb Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32314 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/common/pmclib.h')
-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 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);