aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/Kconfig
diff options
context:
space:
mode:
authorFelix Brack <fb@ltec.ch>2018-04-08 14:32:45 +0200
committerLee Jones <lee.jones@linaro.org>2018-04-30 10:50:44 +0100
commite943da471a7b622cb39d0ed8a983879340dcdbfa (patch)
tree3afcd352d4aafd6a01c82d08c1e4b7cd314ae0c5 /drivers/video/backlight/Kconfig
parentbacklight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction (diff)
downloadlinux-dev-e943da471a7b622cb39d0ed8a983879340dcdbfa.tar.xz
linux-dev-e943da471a7b622cb39d0ed8a983879340dcdbfa.zip
backlight: otm3225a: Add support for ORISE OTM3225A LCD SoC
This patch adds a LCD driver supporting the OTM3225A LCD SoC from ORISE Technology. This device can drive TFT LC panels having a resolution of 240x320 pixels. After initializing the OTM3225A using it's SPI interface it switches to use 16-bib RGB as external display interface. Signed-off-by: Felix Brack <fb@ltec.ch> Acked-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r--drivers/video/backlight/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
index 5d2d0d7e8100..2919e2334052 100644
--- a/drivers/video/backlight/Kconfig
+++ b/drivers/video/backlight/Kconfig
@@ -150,6 +150,13 @@ config LCD_HX8357
If you have a HX-8357 LCD panel, say Y to enable its LCD control
driver.
+ config LCD_OTM3225A
+ tristate "ORISE Technology OTM3225A support"
+ depends on SPI
+ help
+ If you have a panel based on the OTM3225A controller
+ chip then say y to include a driver for it.
+
endif # LCD_CLASS_DEVICE
#