]> Pileus Git - ~andy/linux/commitdiff
HID: i2c-hid: enhance Kconfig
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Tue, 4 Dec 2012 15:27:44 +0000 (16:27 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 5 Dec 2012 09:55:03 +0000 (10:55 +0100)
The "comment" part can never be displayed, so we can remove it.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Reviewed-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/i2c-hid/Kconfig

index 5b7d4d87a143e88f3c06b965a28e36df2d2329d4..b66617a020bd258c0327b42d3efcf9e3c4c1f703 100644 (file)
@@ -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