diff options
| author | Philip Molloy <[email protected]> | 2025-07-07 13:06:38 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-14 12:44:04 -0600 |
| commit | b4c65b337aab7446b03dab6f22b289c88e4c0053 (patch) | |
| tree | 0985f47d3a79abbee01844d65afe6efd46b4c630 /drivers/gpio/Kconfig | |
| parent | b476530a8412fa45e8bfe0cd10c2b5f5f197e9ca (diff) | |
gpio: add SPL to Kconfig option description
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 <[email protected]>
Diffstat (limited to 'drivers/gpio/Kconfig')
| -rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index fd227d46f5a..c7da1f8a52a 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 |
