From ec7e41dd75ad11cc06a767758f1c69b8d005cc59 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 22 Sep 2024 21:00:00 +0200 Subject: soc/intel/common: systemagent: Fix typo in HAVE_BDSM_BGSM_REGISTER help text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/84492 Tested-by: build bot (Jenkins) Reviewed-by: Nicholas Sudsgaard --- src/soc/intel/common/block/systemagent/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3