diff options
author | Josh Triplett <josh@joshtriplett.org> | 2012-09-03 00:43:52 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-03 08:48:39 -0400 |
commit | 6dbea04417817995a08c1c478f2a40733465bc19 (patch) | |
tree | 016631231821f4892c2d1aa39554a6d756e43e2a /drivers/hid/Kconfig | |
parent | 00315e4f5343bf8b0858f840884f6e19464698c7 (diff) |
HID: Remove "default m" from HID_LOGITECH_DJ
HID_LOGITECH_DJ uses "default m", which enables it in default kernel
builds. Since this module just enables extra, non-critical
functionality for one particular piece of hardware (specifically,
differentiating multiple wireless keyboards and mice as separate input
devices rather than treating them as one device), and the hardware works
just fine with the default USB HID support, drop the "default m".
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index fbf49503508d..d0045283e604 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -307,7 +307,6 @@ config HID_LOGITECH | |||
307 | config HID_LOGITECH_DJ | 307 | config HID_LOGITECH_DJ |
308 | tristate "Logitech Unifying receivers full support" | 308 | tristate "Logitech Unifying receivers full support" |
309 | depends on HID_LOGITECH | 309 | depends on HID_LOGITECH |
310 | default m | ||
311 | ---help--- | 310 | ---help--- |
312 | Say Y if you want support for Logitech Unifying receivers and devices. | 311 | Say Y if you want support for Logitech Unifying receivers and devices. |
313 | Unifying receivers are capable of pairing up to 6 Logitech compliant | 312 | Unifying receivers are capable of pairing up to 6 Logitech compliant |