This change moves the thunderbolt module and other USB modules under a
MK_USB != no conditional to ensure that users not desiring USB support
can build systems without USB-specific drivers.
MFC after: 1 week
Differential D55576
Only build USB-related modules if MK_USB != no Authored by ngie on Fri, Feb 27, 9:02 PM. Tags None Referenced Files
Details
This change moves the thunderbolt module and other USB modules under a MFC after: 1 week
Diff Detail
Event Timeline
Comment Actions So there's two competing mechanism now for usb: the kernel config file (which better not be setting this) and the user WITH/WITHOUT mechanism. This is a bit weird and novel for the kernel and may or may not be easy to support in configng. Comment Actions
| ||||||||||||||||||||||||||||||||||||||||