diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-02-21 19:43:56 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 20:22:24 -0500 |
commit | 8a6c1dd55168b5b588b0a8c734c45feef1c7c214 (patch) | |
tree | 9b8f0f3012f2cc3677cff9bbfc8527e23ed423c3 /drivers/video/backlight/Kconfig | |
parent | a5f822114c08c381b14d7c60e237685d75012c22 (diff) |
fb: backlight: add the Himax HX-8357B LCD controller
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Brian Lilly <brian@crystalfontz.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Joe Perches <joe@perches.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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 081d6cf02476..4615aca2cee2 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -134,6 +134,13 @@ config LCD_LMS501KF03 | |||
134 | If you have an LMS501KF03 LCD Panel, say Y to enable its | 134 | If you have an LMS501KF03 LCD Panel, say Y to enable its |
135 | LCD control driver. | 135 | LCD control driver. |
136 | 136 | ||
137 | config LCD_HX8357 | ||
138 | tristate "Himax HX-8357 LCD Driver" | ||
139 | depends on SPI | ||
140 | help | ||
141 | If you have a HX-8357 LCD panel, say Y to enable its LCD control | ||
142 | driver. | ||
143 | |||
137 | endif # LCD_CLASS_DEVICE | 144 | endif # LCD_CLASS_DEVICE |
138 | 145 | ||
139 | # | 146 | # |