Jetpack/kernel/nvidia/drivers/video/backlight/Kconfig
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

19 lines
368 B
Plaintext

#
# Backlight & LCD drivers configuration
#
if BACKLIGHT_LCD_SUPPORT
if BACKLIGHT_CLASS_DEVICE
config BACKLIGHT_DS1050
tristate "Backlight driver for Maxim DS1050"
depends on I2C
help
If you have a DS1050 for backlight, say Y to enable the
backlight driver.
endif # BACKLIGHT_CLASS_DEVICE
endif # BACKLIGHT_LCD_SUPPORT