diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2012-04-24 04:51:30 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-24 04:51:30 -0400 |
| commit | 692d30d63b80b174d0ed24bbffb7a1ea536d5fee (patch) | |
| tree | 175831a7989321209eca8e01824817f8c034f0ca | |
| parent | 0a97e1e9f9a6765e6243030ac42b04694f3f3647 (diff) | |
HID: add Kconfig text to HID_BATTERY_STRENGTH
HID_BATTERY_STRENGTH is missing both help text and description text.
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
| -rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index ffddcba32af..a6f6b50b67a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
| @@ -32,9 +32,13 @@ config HID | |||
| 32 | If unsure, say Y. | 32 | If unsure, say Y. |
| 33 | 33 | ||
| 34 | config HID_BATTERY_STRENGTH | 34 | config HID_BATTERY_STRENGTH |
| 35 | bool | 35 | bool "Battery level reporting for HID devices" |
| 36 | depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY | 36 | depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY |
| 37 | default n | 37 | default n |
| 38 | ---help--- | ||
| 39 | This option adds support of reporting battery strength (for HID devices | ||
| 40 | that support this feature) through power_supply class so that userspace | ||
| 41 | tools, such as upower, can display it. | ||
| 38 | 42 | ||
| 39 | config HIDRAW | 43 | config HIDRAW |
| 40 | bool "/dev/hidraw raw HID device support" | 44 | bool "/dev/hidraw raw HID device support" |
