Skip to content

Commit ef02684

Browse files
patjakgregkh
authored andcommitted
usb: bdc: Make bdc pci driver depend on BROKEN
The bdc pci driver is going to be removed due to it not existing in the wild. This patch turns off compilation of the driver so that stable kernels can also pick up the change. This helps the out-of-tree facetimehd webcam driver as the pci id conflicts with bdc. Cc: Al Cooper <[email protected]> Cc: <[email protected]> Acked-by: Felipe Balbi <[email protected]> Signed-off-by: Patrik Jakobsson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent da7e0c3 commit ef02684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/gadget/udc/bdc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if USB_BDC_UDC
1717
comment "Platform Support"
1818
config USB_BDC_PCI
1919
tristate "BDC support for PCIe based platforms"
20-
depends on USB_PCI
20+
depends on USB_PCI && BROKEN
2121
default USB_BDC_UDC
2222
help
2323
Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.

0 commit comments

Comments
 (0)