[PATCH v1 2/2] led: Add LED dependency for LED_ACTIVITY and LED_BOOT

Yegor Yefremov yegorslists at googlemail.com
Thu Oct 9 16:59:45 CEST 2025


On Thu, Oct 9, 2025 at 3:09 PM Patrice Chotard
<patrice.chotard at foss.st.com> wrote:
>
> Add LED dependency for LED_ACTIVITY and LED_BOOT.
>
> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
> Cc: Yegor Yefremov <yegorslists at googlemail.com>

Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>

> ---
>
>  drivers/led/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig
> index c98cbf92fab..7ff5cefd29d 100644
> --- a/drivers/led/Kconfig
> +++ b/drivers/led/Kconfig
> @@ -11,6 +11,7 @@ config LED
>
>  config LED_BOOT
>         bool "Enable LED boot support"
> +       depends on LED
>         help
>           Enable LED boot support.
>
> @@ -22,6 +23,7 @@ config LED_BOOT
>
>  config LED_ACTIVITY
>         bool "Enable LED activity support"
> +       depends on LED
>         help
>           Enable LED activity support.
>
> --
> 2.43.0
>


More information about the U-Boot mailing list