diff options
| author | Sicelo A. Mhlongo <absicsz@gmail.com> | 2025-10-06 12:37:53 +0200 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-10-21 10:46:30 +0100 |
| commit | 7afd5335d6fffa21dddd6a80859dd038988422e7 (patch) | |
| tree | 725ed1b4b61c8fa942a316edb5f8c99443929cac /drivers/leds | |
| parent | 2a7ee990196ff7ccf3de3e152ecc67215b22c318 (diff) | |
leds: lp55xx_common: Enable use without FW_LOADER_USER_HELPER
Many distributions disable FW_LOADER_USER_HELPER, and this configuration
makes lp55xx LEDs completely unusable. Enable their use by only implying
the user helper, since the basic LEDs and the hardware patterns can be used
with only the sysfs interface.
Tested on Nokia N900 with LP5523.
Additionally do not refer to the sysfs interface as legacy anymore, since
it might be the only one available to users.
Signed-off-by: Sicelo A. Mhlongo <absicsz@gmail.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/leds')
| -rw-r--r-- | drivers/leds/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 06e6291be11b..eed609378ec1 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -443,8 +443,8 @@ config LEDS_LP55XX_COMMON depends on LEDS_CLASS_MULTICOLOR depends on OF depends on I2C - select FW_LOADER - select FW_LOADER_USER_HELPER + imply FW_LOADER + imply FW_LOADER_USER_HELPER help This option supports common operations for LP5521/5523/55231/5562/5569/ 8501 devices. |
