Yufeng Shen has uploaded a new change for review.
https://gerrit.chromium.org/gerrit/44243
Change subject: HID: give bool option HID_BATTERY_STRENGTH a description
......................................................................
HID: give bool option HID_BATTERY_STRENGTH a description
HID_BATTERY_STRENGTH is currently a bool option without description
and default to n, which means one can't enable the option in config
file by setting CONFIG_HID_BATTERY_STRENGTH=y. Fix it by giving it
a description.
Signed-off-by: Yufeng Shen <
mil...@chromium.org>
BUG=chromium-os:39317
TEST=set CONFIG_HID_BATTERY_STRENGTH=y in base.config. build the
kernel, and check that this option is enabled in the built kernel
Change-Id: Ib102be911d922522136160f6f8cdded8f9716d94
---
M drivers/hid/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://
gerrit.chromium.org:29418/chromiumos/third_party/kernel refs/changes/43/44243/1
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index ffddcba..7b9f384 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -32,7 +32,7 @@
If unsure, say Y.
config HID_BATTERY_STRENGTH
- bool
+ bool "HID device battery strength support"
depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
default n
--
To view, visit
https://gerrit.chromium.org/gerrit/44243
To unsubscribe, visit
https://gerrit.chromium.org/gerrit/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib102be911d922522136160f6f8cdded8f9716d94
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/third_party/kernel
Gerrit-Branch: chromeos-3.4
Gerrit-Owner: Yufeng Shen <
mil...@chromium.org>