led: Mark LED_STATUS as depending on LED being disabled
authorTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 15:31:34 +0000 (09:31 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 22:13:00 +0000 (16:13 -0600)
commitf34a86c1ef0e93e9724c44b8ecb5e523c891c825
treec62a9ec0908d884188a86e4b389702e79db523f6
parent0cdca862cb68a7f896e2095f5a248d3bc780bd29
led: Mark LED_STATUS as depending on LED being disabled

The LED_STATUS functionality is part of the legacy LED framework. This
cannot be enabled at the same time as the new LED API is. Make the text
prompt be clear this is legacy and add a dependency on LED being
disabled.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/led/Kconfig