summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2024-09-22 21:00:00 +0200
committerFelix Held <felix-coreboot@felixheld.de>2024-09-30 11:00:45 +0000
commitec7e41dd75ad11cc06a767758f1c69b8d005cc59 (patch)
tree440dc44a97ae5eac03fde5185645328d6a4b649d /src/soc
parentdd5676e6e5a5e8e835cebcfb4e771451462be1da (diff)
soc/intel/common: systemagent: Fix typo in HAVE_BDSM_BGSM_REGISTER help text
regist*re*s → regist*er*s Change-Id: Ie5f5cb481f0fac335e592fd3f1f56d5462e37c1e Fixes: 2b0b2ef9a258 ("soc/intel/common/systemagent: select CAPID_A, BDSM and BGSM by Kconfig") Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84492 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/systemagent/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/systemagent/Kconfig b/src/soc/intel/common/block/systemagent/Kconfig
index 42d579afbe..b075c92718 100644
--- a/src/soc/intel/common/block/systemagent/Kconfig
+++ b/src/soc/intel/common/block/systemagent/Kconfig
@@ -53,6 +53,6 @@ config HAVE_BDSM_BGSM_REGISTER
bool
default y
help
- Specify if the SOC has BDSM and BGSM registres.
+ Specify if the SOC has BDSM and BGSM registers.
endif