diff options
author | Bruno Prémont <bonbons@linux-vserver.org> | 2010-03-30 16:36:49 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-31 05:32:29 -0400 |
commit | 467d6523065187d4c081b078755da4103d7ffacb (patch) | |
tree | 58050a9aa061974ffebefc8952e4793a2eab0711 /drivers/hid/Kconfig | |
parent | e8d931bb5977a5b36cc8e9b0fd2f26cb80a6c207 (diff) |
HID: add GPO (leds) support to PicoLCD device
Add leds support to PicoLCD device to drive the GPO pins.
GPO support depends on leds class and is only being
compiled if leds 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 399edc53963e..34f6593ea3b6 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -278,11 +278,11 @@ 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 | - Backlight control (needs CONFIG_BACKLIGHT_CLASS_DEVICE) |
282 | - Contrast control (needs CONFIG_LCD_CLASS_DEVICE) | 282 | - Contrast control (needs CONFIG_LCD_CLASS_DEVICE) |
283 | - General purpose outputs (needs CONFIG_LEDS_CLASS) | ||
283 | Features that are not (yet) supported: | 284 | Features that are not (yet) supported: |
284 | - IR | 285 | - IR |
285 | - General purpose outputs | ||
286 | - EEProm / Flash access | 286 | - EEProm / Flash access |
287 | 287 | ||
288 | config HID_QUANTA | 288 | config HID_QUANTA |