diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-02-21 19:43:14 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 20:22:21 -0500 |
commit | 1be9ca2579aa901a86cfd353e10814a2dcfb15fe (patch) | |
tree | 8e556db407460cf01732cd9d0358b28f8a64b24c /drivers/video/backlight/Kconfig | |
parent | 551450bb586d56cb995e6c75ae0f021bd353e983 (diff) |
backlight: add lms501kf03 LCD driver
Add the lms501kf03 LCD panel driver. The lms501kf03 LCD panel (800 x 480)
driver uses 3-wired SPI inteface.
[akpm@linux-foundation.org: remove unused variable `before_power']
[akpm@linux-foundation.org: make lms501kf03_shutdown() static, per Fengguang]
Signed-off-by: Ilho Lee <Ilho215.lee@samsung.com>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: "devendra.aaru" <devendra.aaru@gmail.com>
Cc: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 765a945f8ea1..081d6cf02476 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -126,6 +126,14 @@ config LCD_AMS369FG06 | |||
126 | If you have an AMS369FG06 AMOLED Panel, say Y to enable its | 126 | If you have an AMS369FG06 AMOLED Panel, say Y to enable its |
127 | LCD control driver. | 127 | LCD control driver. |
128 | 128 | ||
129 | config LCD_LMS501KF03 | ||
130 | tristate "LMS501KF03 LCD Driver" | ||
131 | depends on SPI | ||
132 | default n | ||
133 | help | ||
134 | If you have an LMS501KF03 LCD Panel, say Y to enable its | ||
135 | LCD control driver. | ||
136 | |||
129 | endif # LCD_CLASS_DEVICE | 137 | endif # LCD_CLASS_DEVICE |
130 | 138 | ||
131 | # | 139 | # |