[PATCH 3/4] gpio: add SPL to Kconfig option description

Philip Molloy philip at philipmolloy.com
Mon Jul 7 15:06:38 CEST 2025


From: Philip Molloy <philip.molloy at analog.com>

DM_GPIO_LOOKUP_LABEL and SPL_DM_GPIO_LOOKUP_LABEL had the same
description and therefore appeared to be duplicates in Kconfig frontends

Signed-off-by: Philip Molloy <philip.molloy at analog.com>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index e11109fb56d..e143efffd35 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -88,7 +88,7 @@ config DM_GPIO_LOOKUP_LABEL
 	  for the same functionality in board code.
 
 config SPL_DM_GPIO_LOOKUP_LABEL
-	bool "Enable searching for gpio labelnames"
+	bool "Enable searching for gpio labelnames in SPL"
 	depends on SPL_DM_GPIO
 	help
 	  This option enables searching for gpio names in
-- 
2.50.0




More information about the U-Boot mailing list