diff mbox

HID: plantronics: fix Kconfig default

Message ID 20150201204204.76467dec@kant (mailing list archive)
State New, archived
Delegated to: Jiri Kosina
Headers show

Commit Message

Stefan Richter Feb. 1, 2015, 7:42 p.m. UTC
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>
---
 drivers/hid/Kconfig |    1 -
 1 file changed, 1 deletion(-)

Comments

Jiri Kosina March 16, 2015, 3:16 p.m. UTC | #1
On Sun, 1 Feb 2015, Stefan Richter wrote:

> 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>
> ---
>  drivers/hid/Kconfig |    1 -
>  1 file changed, 1 deletion(-)
> 
> --- a/drivers/hid/Kconfig
> +++ b/drivers/hid/Kconfig
> @@ -628,7 +628,6 @@ config HID_PICOLCD_CIR
>  
>  config HID_PLANTRONICS
>  	tristate "Plantronics USB HID Driver"
> -	default !EXPERT
>  	depends on HID
>  	---help---
>  	Provides HID support for Plantronics telephony devices.

That was probably copy/paste kind of bug which I overlooked. Applied to 
for-4.1/upstream, thanks.
diff mbox

Patch

--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -628,7 +628,6 @@  config HID_PICOLCD_CIR
 
 config HID_PLANTRONICS
 	tristate "Plantronics USB HID Driver"
-	default !EXPERT
 	depends on HID
 	---help---
 	Provides HID support for Plantronics telephony devices.