blob: 0d7203ffc794ca85b261ce61e5f910cbf03b0a87 [file]
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#
# 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 "$(COMMON_DRIVERS_DIR)/drivers/media/vout/lcd/backlight/bl_extern/Kconfig"
source "$(COMMON_DRIVERS_DIR)/drivers/media/vout/lcd/backlight/bl_ldim/Kconfig"
endif
endmenu