Message ID | 20240216-expresswire-deps-v2-0-8be59c4a75f5@skole.hr |
---|---|
Headers | show |
Series | leds: expresswire: Fix dependencies | expand |
On Fri, 16 Feb 2024 22:15:42 +0100, Duje Mihanović wrote: > 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. > > Applied, thanks! [1/2] Revert "leds: Only descend into leds directory when CONFIG_NEW_LEDS is set" commit: 7a28f9cf6b7c8cad760b4d4ee7f53231cd76d8e4 [2/2] leds: expresswire: don't depend on NEW_LEDS commit: 8cd0da0634222ceb434281f3034ad773ddfe0f4f -- Lee Jones [李琼斯]
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@skole.hr> --- 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@skole.hr --- 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,