diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2015-02-01 14:42:04 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-03-16 11:16:29 -0400 |
commit | f1088b38ff486653f8645e2dff74e2a1397f9e31 (patch) | |
tree | 766934249694d1617ad5dd3e438b95ec004ab507 | |
parent | e8f46e4f93f52b2bcc681cf8bc3ff84a22a2d356 (diff) |
HID: plantronics: fix Kconfig default
This driver didn't exist until before v3.19.
Why would suddenly everybody want to build it?
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-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 152b006833cd..03a7db360f37 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -638,7 +638,6 @@ config HID_PICOLCD_CIR | |||
638 | 638 | ||
639 | config HID_PLANTRONICS | 639 | config HID_PLANTRONICS |
640 | tristate "Plantronics USB HID Driver" | 640 | tristate "Plantronics USB HID Driver" |
641 | default !EXPERT | ||
642 | depends on HID | 641 | depends on HID |
643 | ---help--- | 642 | ---help--- |
644 | Provides HID support for Plantronics telephony devices. | 643 | Provides HID support for Plantronics telephony devices. |