linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH change for HID_BATTERY_STRENGTH kconfig
@ 2013-05-13 21:43 Daniel Nicoletti
  2013-05-23 22:16 ` Jiri Kosina
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Nicoletti @ 2013-05-13 21:43 UTC (permalink / raw)
  To: linux-input, Jiri Kosina

Hi,
I'd like to propose this patch while removes the need for
hid to be compiled build-in, as this is the same behavior
that WiiMote and Wacom have.
Is this ok?

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index fb52f3f..d6d85ad 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -27,7 +27,8 @@ if HID

 config HID_BATTERY_STRENGTH
        bool "Battery level reporting for HID devices"
-       depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
+       depends on HID
+       select POWER_SUPPLY
        default n
        ---help---
        This option adds support of reporting battery strength (for HID devices

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-01-08 10:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 21:43 PATCH change for HID_BATTERY_STRENGTH kconfig Daniel Nicoletti
2013-05-23 22:16 ` Jiri Kosina
2014-06-23 19:08   ` Daniel Nicoletti
2014-07-29 11:39     ` Jiri Kosina
2014-11-10 10:56       ` Daniel Nicoletti
2014-11-20 17:01         ` Daniel Nicoletti
2015-01-07 22:53         ` David Herrmann
2015-01-08 10:18           ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).