Skip to content

Commit

Permalink
HID: i2c-hid: enhance Kconfig
Browse files Browse the repository at this point in the history
The "comment" part can never be displayed, so we can remove it.

Signed-off-by: Benjamin Tissoires <[email protected]>
Reviewed-by: Jean Delvare <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
bentiss authored and Jiri Kosina committed Dec 5, 2012
1 parent 24ebb37 commit 8ee0c05
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions drivers/hid/i2c-hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ config I2C_HID
depends on I2C && INPUT
select HID
---help---
Say Y here if you want to use the HID over i2c protocol
implementation.
Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
other HID based devices which is connected to your computer via I2C.

If unsure, say N.

This support is also available as a module. If so, the module
will be called i2c-hid.

comment "Input core support is needed for HID over I2C input layer"
depends on I2C_HID && INPUT=n

endmenu

0 comments on commit 8ee0c05

Please sign in to comment.