Kconfig (089381b27abe28a54b1e73e1ab975c2d5b24f8f3) Kconfig (2742b4192a279c6ec72e55d5474c4c07756c7845)
1# SPDX-License-Identifier: GPL-2.0-only
2config LEDS_GPIO_REGISTER
3 bool
4 help
5 This option provides the function gpio_led_register_device.
6 As this function is used by arch code it must not be compiled as a
7 module.
8

--- 385 unchanged lines hidden (view full) ---

394
395 To compile this driver as a module, choose M here: the
396 module will be called leds-lp3952.
397
398config LEDS_LP55XX_COMMON
399 tristate "Common Driver for TI/National LP5521/5523/55231/5562/8501"
400 depends on LEDS_CLASS_MULTICOLOR || !LEDS_CLASS_MULTICOLOR
401 depends on OF
1# SPDX-License-Identifier: GPL-2.0-only
2config LEDS_GPIO_REGISTER
3 bool
4 help
5 This option provides the function gpio_led_register_device.
6 As this function is used by arch code it must not be compiled as a
7 module.
8

--- 385 unchanged lines hidden (view full) ---

394
395 To compile this driver as a module, choose M here: the
396 module will be called leds-lp3952.
397
398config LEDS_LP55XX_COMMON
399 tristate "Common Driver for TI/National LP5521/5523/55231/5562/8501"
400 depends on LEDS_CLASS_MULTICOLOR || !LEDS_CLASS_MULTICOLOR
401 depends on OF
402 depends on I2C
402 select FW_LOADER
403 select FW_LOADER_USER_HELPER
404 help
405 This option supports common operations for LP5521/5523/55231/5562/8501
406 devices.
407
408config LEDS_LP5521
409 tristate "LED Support for N.S. LP5521 LED driver chip"

--- 505 unchanged lines hidden ---
403 select FW_LOADER
404 select FW_LOADER_USER_HELPER
405 help
406 This option supports common operations for LP5521/5523/55231/5562/8501
407 devices.
408
409config LEDS_LP5521
410 tristate "LED Support for N.S. LP5521 LED driver chip"

--- 505 unchanged lines hidden ---