aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
32 If unsure, say Y. 32 If unsure, say Y.
33 33
34config HID_BATTERY_STRENGTH 34config 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
39config HIDRAW 43config HIDRAW
40 bool "/dev/hidraw raw HID device support" 44 bool "/dev/hidraw raw HID device support"