diff options
author | Bruno Prémont <bonbons@linux-vserver.org> | 2010-03-30 22:35:27 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-31 11:32:11 +0200 |
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 a813ea9c792..588b9acecb7 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -278,8 +278,8 @@ config HID_PICOLCD - Keypad - Switching between Firmware and Flash mode - Framebuffer for monochrome 256x64 display + - Backlight control (needs CONFIG_BACKLIGHT_CLASS_DEVICE) Features that are not (yet) supported: - - Backlight control - Contrast control - IR - General purpose outputs |