diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-05 03:49:01 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-05 04:16:45 -0500 |
commit | fdc5663c1b686caaaeff01f1b0918489536f7d7d (patch) | |
tree | e647cbf3fb678849d9de91508526a3360266cb0e /drivers/hid/Kconfig | |
parent | 48a732dfaa77a4dfec803aa8f248373998704f76 (diff) |
HID: Kconfig: fix "-- help---"
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
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 5f07d85c4189..49e29391cb98 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -738,7 +738,7 @@ config HID_SENSOR_HUB | |||
738 | depends on USB_HID && GENERIC_HARDIRQS | 738 | depends on USB_HID && GENERIC_HARDIRQS |
739 | select MFD_CORE | 739 | select MFD_CORE |
740 | default n | 740 | default n |
741 | -- help--- | 741 | ---help--- |
742 | Support for HID Sensor framework. This creates a MFD instance | 742 | Support for HID Sensor framework. This creates a MFD instance |
743 | for a sensor hub and identifies all the sensors connected to it. | 743 | for a sensor hub and identifies all the sensors connected to it. |
744 | Each sensor is registered as a MFD cell, so that sensor specific | 744 | Each sensor is registered as a MFD cell, so that sensor specific |