aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-07-19 15:20:32 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-07-20 14:24:53 +0000
commitc3529dd804551a9afc9f246cca4532d4e5a4adeb (patch)
treefa522f304b4feb6f6831344b648444e2d6446034
parented7b1c4ba0afe6731fc758b417fe4182e852d3e7 (diff)
soc/amd/common/smn/Kconfig: expand SMN acronym
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Icce4092f1e09d492e0faf4b5e85525871614d73d Reviewed-on: https://review.coreboot.org/c/coreboot/+/76607 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
-rw-r--r--src/soc/amd/common/block/smn/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/smn/Kconfig b/src/soc/amd/common/block/smn/Kconfig
index a076bba63e..60beb03231 100644
--- a/src/soc/amd/common/block/smn/Kconfig
+++ b/src/soc/amd/common/block/smn/Kconfig
@@ -1,4 +1,5 @@
config SOC_AMD_COMMON_BLOCK_SMN
bool
help
- Select this option to add functions to access the SMN register space to the build.
+ Select this option to add functions to access the SMN (system management
+ network) register space to the build.