diff options
author | Bruno Prémont <bonbons@linux-vserver.org> | 2010-03-30 22:36:07 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-31 11:32:26 +0200 |
commit | e8d931bb5977a5b36cc8e9b0fd2f26cb80a6c207 (patch) | |
tree | 03b72db7f27226893e8362946a2ccb088d2e7b50 /drivers/hid/Kconfig | |
parent | f1c21761408c968ed1deb8f54fd60be9471999c1 (diff) |
HID: add lcd support to PicoLCD device
Add lcd support to PicoLCD device.
LCD support depends on lcd class and is only being
compiled if lcd 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 588b9acecb7a..399edc53963e 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -279,8 +279,8 @@ config HID_PICOLCD - Switching between Firmware and Flash mode - Framebuffer for monochrome 256x64 display - Backlight control (needs CONFIG_BACKLIGHT_CLASS_DEVICE) + - Contrast control (needs CONFIG_LCD_CLASS_DEVICE) Features that are not (yet) supported: - - Contrast control - IR - General purpose outputs - EEProm / Flash access |