diff options
author | Bruno Prémont <bonbons@linux-vserver.org> | 2010-03-30 16:35:27 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-31 05:32:11 -0400 |
commit | f1c21761408c968ed1deb8f54fd60be9471999c1 (patch) | |
tree | 62897258cdefa707faf0dcddee988f14711b62da /drivers/hid/Kconfig | |
parent | b8c21cf697d165999cc21a90e6caa73690ac6190 (diff) |
HID: add backlight support to PicoLCD device
Add backlight support to PicoLCD device.
Backlight support depends on backlight class and is only being
compiled if backlight class has been selected.
Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index a813ea9c792d..588b9acecb7a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -278,8 +278,8 @@ config HID_PICOLCD | |||
278 | - Keypad | 278 | - Keypad |
279 | - Switching between Firmware and Flash mode | 279 | - Switching between Firmware and Flash mode |
280 | - Framebuffer for monochrome 256x64 display | 280 | - Framebuffer for monochrome 256x64 display |
281 | - Backlight control (needs CONFIG_BACKLIGHT_CLASS_DEVICE) | ||
281 | Features that are not (yet) supported: | 282 | Features that are not (yet) supported: |
282 | - Backlight control | ||
283 | - Contrast control | 283 | - Contrast control |
284 | - IR | 284 | - IR |
285 | - General purpose outputs | 285 | - General purpose outputs |