diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-07-19 15:20:32 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-20 14:24:53 +0000 |
commit | c3529dd804551a9afc9f246cca4532d4e5a4adeb (patch) | |
tree | fa522f304b4feb6f6831344b648444e2d6446034 /src/soc/amd/common/block/smn/Kconfig | |
parent | ed7b1c4ba0afe6731fc758b417fe4182e852d3e7 (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>
Diffstat (limited to 'src/soc/amd/common/block/smn/Kconfig')
-rw-r--r-- | src/soc/amd/common/block/smn/Kconfig | 3 |
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. |