LEDS_EXPRESSWIRE does not depend on NEW_LEDS in practice but still does in Kconfig. Fix up its Kconfig entry to reflect this and fix a Kconfig warning. Signed-off-by: Duje Mihanović <duje.mihanovic@xxxxxxxx> --- Changes in v2: - Fix checkpatch errors - Pull Daniel's Reviewed-by - Link to v1: https://lore.kernel.org/r/20240212-expresswire-deps-v1-0-685ad10cd693@xxxxxxxx --- Duje Mihanović (2): Revert "leds: Only descend into leds directory when CONFIG_NEW_LEDS is set" leds: expresswire: don't depend on NEW_LEDS drivers/Makefile | 2 +- drivers/leds/Kconfig | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) --- base-commit: ae00c445390b349e070a64dc62f08aa878db7248 change-id: 20240212-expresswire-deps-e895e8da8ea3 Best regards, -- Duje Mihanović <duje.mihanovic@xxxxxxxx>