blob: 3d339ba2f8b6941ee8fbc56390f707ebde225576 [file]
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#
# LED drivers configuration
#
config AMLOGIC_LED
tristate "Amlogic LED Support"
default n
help
amlogic led support
select y for built-in
select m for ko
select n for disable
This option alone does not add any kernel code.
If you say N, all options in this submenu will be
skipped and disabled.
if AMLOGIC_LED
config AMLOGIC_LEDS_TLC59116
bool "LED Support for the TLC59116"
depends on LEDS_CLASS
default n
help
Choose this option if you want to use the LED on
TLC59116.
config AMLOGIC_LEDS_AW9523B
bool "LED Support for the AW9523B"
depends on LEDS_CLASS
default n
help
Choose this option if you want to use the LED on
AW9523B.
config AMLOGIC_LEDS_STATE
bool "LED state support"
depends on LEDS_CLASS
default n
help
Choose this option if you want to use the LED state
and led function
config AMLOGIC_LEDS_DCON
bool "DCON LED support"
depends on LEDS_CLASS
default n
help
Choose this option if you want to use the DCON LED
and led function
config AMLOGIC_LEDS_FD650
bool "LEDS_DISPLAY"
depends on LEDS_CLASS
default n
help
Choose this option if you want to use the LEDS display
function
config AMLOGIC_LEDS_PCA9557
bool "System ledring pca9557 Support"
default n
help
This option enables support for system ledring pca9557 drivers.
config LEDS_AW210XX
tristate "LED Support for AW210XX"
depends on LEDS_CLASS && I2C
default n
help
this option enables support for the AW210XXRGB LED connected
through I2C. Say Y to enable support for the AW210XX LED
light automatically.
config LEDS_LP5018
tristate "LED support for LP5018 I2C chip"
depends on LEDS_CLASS && I2C
default n
help
This option enables support for LEDs connected to the LP5018
LED driver chip accessed via the I2C bus.
config LEDS_LP5036
tristate "LED support for LP5036 I2C chip"
depends on LEDS_CLASS && I2C
default n
help
This option enables support for LEDs connected to the LP5036
LED driver chip accessed via the I2C bus.
endif