diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-05 09:49:01 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-05 10:16:45 +0100 |
commit | fdc5663c1b686caaaeff01f1b0918489536f7d7d (patch) | |
tree | e647cbf3fb678849d9de91508526a3360266cb0e /drivers/hid | |
parent | 48a732dfaa77a4dfec803aa8f248373998704f76 (diff) | |
download | op-kernel-dev-fdc5663c1b686caaaeff01f1b0918489536f7d7d.zip op-kernel-dev-fdc5663c1b686caaaeff01f1b0918489536f7d7d.tar.gz |
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')
-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 5f07d85..49e2939 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -738,7 +738,7 @@ config HID_SENSOR_HUB depends on USB_HID && GENERIC_HARDIRQS select MFD_CORE default n - -- help--- + ---help--- Support for HID Sensor framework. This creates a MFD instance for a sensor hub and identifies all the sensors connected to it. Each sensor is registered as a MFD cell, so that sensor specific |