aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-01-30 19:00:35 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-01-31 18:48:06 +0000
commitd8ab828e5b80448e4f44b3b739995fec79e750f6 (patch)
treeb0edb923550155870dc903ae998bac4119475f88
parent255b6f8646903594fb728f8228908792bad766f0 (diff)
soc/amd/common/block/aoac: expand acronym in Kconfig help text
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I08ad12cd7c8de7a7f170d3dc76c8942131687301 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50163 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/amd/common/block/aoac/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/common/block/aoac/Kconfig b/src/soc/amd/common/block/aoac/Kconfig
index 361a46e035..be9dc671bc 100644
--- a/src/soc/amd/common/block/aoac/Kconfig
+++ b/src/soc/amd/common/block/aoac/Kconfig
@@ -2,5 +2,5 @@ config SOC_AMD_COMMON_BLOCK_AOAC
bool
default n
help
- Select this option to add the common functions for the AOAC block to
- the build.
+ Select this option to add the common functions for the AOAC (always
+ on, always connected) block to the build.