diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-01-30 19:00:35 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-01-31 18:48:06 +0000 |
commit | d8ab828e5b80448e4f44b3b739995fec79e750f6 (patch) | |
tree | b0edb923550155870dc903ae998bac4119475f88 /src/soc/amd/common | |
parent | 255b6f8646903594fb728f8228908792bad766f0 (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>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r-- | src/soc/amd/common/block/aoac/Kconfig | 4 |
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. |