Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54e278d8 authored by Patrik Jakobsson's avatar Patrik Jakobsson Committed by Greg Kroah-Hartman
Browse files

usb: bdc: Make bdc pci driver depend on BROKEN



commit ef02684c4e67d8c35ac83083564135bc7b1d3445 upstream.

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 <alcooperx@gmail.com>
Cc: <stable@vger.kernel.org>
Acked-by: default avatarFelipe Balbi <balbi@kernel.org>
Signed-off-by: default avatarPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Link: https://lore.kernel.org/r/20210118203615.13995-1-patrik.r.jakobsson@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2434d1a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ if USB_BDC_UDC
comment "Platform Support"
config	USB_BDC_PCI
	tristate "BDC support for PCIe based platforms"
	depends on PCI
	depends on PCI && BROKEN
	default USB_BDC_UDC
	help
		Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.