aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2012-04-24 10:51:30 +0200
committerJiri Kosina <jkosina@suse.cz>2012-04-24 10:51:30 +0200
commit692d30d63b80b174d0ed24bbffb7a1ea536d5fee (patch)
tree175831a7989321209eca8e01824817f8c034f0ca /drivers/hid/Kconfig
parentHID: apple: Add Apple wireless keyboard 2011 ANSI PID (diff)
downloadlinux-dev-692d30d63b80b174d0ed24bbffb7a1ea536d5fee.tar.xz
linux-dev-692d30d63b80b174d0ed24bbffb7a1ea536d5fee.zip
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>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index ffddcba32af6..a6f6b50b67af 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -32,9 +32,13 @@ config HID
If unsure, say Y.
config HID_BATTERY_STRENGTH
- bool
+ bool "Battery level reporting for HID devices"
depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
default n
+ ---help---
+ This option adds support of reporting battery strength (for HID devices
+ that support this feature) through power_supply class so that userspace
+ tools, such as upower, can display it.
config HIDRAW
bool "/dev/hidraw raw HID device support"