diff options
author | Felix Brack <fb@ltec.ch> | 2018-04-08 15:32:45 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-04-30 12:50:44 +0300 |
commit | e943da471a7b622cb39d0ed8a983879340dcdbfa (patch) | |
tree | 3afcd352d4aafd6a01c82d08c1e4b7cd314ae0c5 /drivers/video/backlight/Kconfig | |
parent | bb084c0f61d659f0e6d371b096e0e57998f191d6 (diff) | |
download | linux-e943da471a7b622cb39d0ed8a983879340dcdbfa.tar.xz |
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/Kconfig | 7 |
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 # |