No way to turn avoid building HID drivers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jiri:

The current Kconfig settings for many of the special HID drivers don't
offer any way to avoid building them unless CONFIG_EMBEDDED is on.  
For example:

config HID_A4TECH
	tristate "A4 tech" if EMBEDDED
	depends on USB_HID
	default !EMBEDDED
	---help---
	Support for A4 tech X5 and WOP-35 / Trust 450L mice.

Without CONFIG_EMBEDDED, the tristate doesn't take effect.  Hence the 
symbol isn't controllable by the user and Kbuild initializes it to the 
!EMBEDDED setting.

Should the tristate line say "if !EMBEDDED"?  Or was it your intention 
that all these drivers should always be built whenever CONFIG_USB_HID 
is on?

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux