| # 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 |