diff options
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 2d93c8d61ad5..1e54b8b7f698 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -117,6 +117,14 @@ config LCD_LD9040 | |||
117 | If you have an LD9040 Panel, say Y to enable its | 117 | If you have an LD9040 Panel, say Y to enable its |
118 | control driver. | 118 | control driver. |
119 | 119 | ||
120 | config LCD_AMS369FG06 | ||
121 | tristate "AMS369FG06 AMOLED LCD Driver" | ||
122 | depends on SPI && BACKLIGHT_CLASS_DEVICE | ||
123 | default n | ||
124 | help | ||
125 | If you have an AMS369FG06 AMOLED Panel, say Y to enable its | ||
126 | LCD control driver. | ||
127 | |||
120 | endif # LCD_CLASS_DEVICE | 128 | endif # LCD_CLASS_DEVICE |
121 | 129 | ||
122 | # | 130 | # |