summaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorBruno Prémont <bonbons@linux-vserver.org>2010-03-30 16:36:07 -0400
committerJiri Kosina <jkosina@suse.cz>2010-03-31 05:32:26 -0400
commite8d931bb5977a5b36cc8e9b0fd2f26cb80a6c207 (patch)
tree03b72db7f27226893e8362946a2ccb088d2e7b50 /drivers/hid/Kconfig
parentf1c21761408c968ed1deb8f54fd60be9471999c1 (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/Kconfig2
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
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 - Backlight control (needs CONFIG_BACKLIGHT_CLASS_DEVICE)
282 - Contrast control (needs CONFIG_LCD_CLASS_DEVICE)
282 Features that are not (yet) supported: 283 Features that are not (yet) supported:
283 - Contrast control
284 - IR 284 - IR
285 - General purpose outputs 285 - General purpose outputs
286 - EEProm / Flash access 286 - EEProm / Flash access