From 04d9a0d0f0f589e86d4143938105a8e904af460e Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 30 Oct 2025 15:07:31 +0100 Subject: [PATCH] ec/starlabs/merlin/Kconfig: Fix typo in description/help text Selec ---> Select Change-Id: I53936c72ec0fb0227fb733dc07e2c3268a5c72d2 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/89832 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Sean Rhodes --- src/ec/starlabs/merlin/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ec/starlabs/merlin/Kconfig b/src/ec/starlabs/merlin/Kconfig index 4758d44de1..5e22cb00d1 100644 --- a/src/ec/starlabs/merlin/Kconfig +++ b/src/ec/starlabs/merlin/Kconfig @@ -66,7 +66,7 @@ config EC_STARLABS_POWER_LED bool "Enable lowering the brightess of the Power LED" depends on EC_STARLABS_ITE help - Selec the in the mainboard supports reducing the LED brightness + Select the in the mainboard supports reducing the LED brightness config EC_STARLABS_MERLIN bool "Use open-source Merlin EC Firmware"