blob: 56a9a9ca13705bddbe6046ab235ec1e8caca2994 [file] [log] [blame]
#
# Backlight configuration
#
menu "Amlogic Backlight Support"
config AMLOGIC_BACKLIGHT
bool "Amlogic backlight support"
depends on BACKLIGHT_CLASS_DEVICE
default n
help
Say Y here if you want to use the Amlogic backlight management.
Backlight have five ways, including gpio, pwm, pwm_combo,
local dimming, extern.
if AMLOGIC_BACKLIGHT
source "drivers/amlogic/media/vout/lcd/backlight/bl_extern/Kconfig"
source "drivers/amlogic/media/vout/lcd/backlight/bl_ldim/Kconfig"
endif
endmenu