From 16415e9563ec04241c58f0a85cd2fc1d89f3033e Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Wed, 19 Nov 2025 18:01:13 +0100 Subject: led: remove support for green status led in legacy API The last user of it was removed in a previous commit so let's remove its support entirely. Signed-off-by: Quentin Schulz Reviewed-by: Heiko Schocher --- doc/api/led.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'doc/api') diff --git a/doc/api/led.rst b/doc/api/led.rst index 6488416c8b9..6889f487851 100644 --- a/doc/api/led.rst +++ b/doc/api/led.rst @@ -58,8 +58,7 @@ CONFIG_STATUS_LED_BOOT is the LED to light when the board is booting. This must be a valid LED number (0-5). CONFIG_STATUS_LED_RED is the red LED. It is used to signal errors. This must be -a valid LED number (0-5). Other similar color LED's macros are -CONFIG_STATUS_LED_GREEN. +a valid LED number (0-5). General LED functions ~~~~~~~~~~~~~~~~~~~~~ @@ -81,8 +80,6 @@ The functions names explain their purpose. - red_LED_on - red_LED_off -- green_LED_on -- green_LED_off These are weakly defined in arch/arm/lib/board.c to noops. Where applicable, define these functions in the board specific source. -- cgit v1.2.3