diff options
author | Al Cooper <alcooperx@gmail.com> | 2017-07-19 21:11:47 +0200 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-08-15 13:18:58 +0200 |
commit | 3f8b12194224992bf4b64ea00bd74e1b0a45835c (patch) | |
tree | bd7240ff5a14a5afd77a12acae40178ecee07636 /drivers | |
parent | usb: bdc: fix "xsf for ep not enabled" errror (diff) | |
download | linux-3f8b12194224992bf4b64ea00bd74e1b0a45835c.tar.xz linux-3f8b12194224992bf4b64ea00bd74e1b0a45835c.zip |
usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systems
Many ARM based Broadcom STB SoC's have a USB BDC controller so
enable this driver for these systems.
Signed-off-by: Al Cooper <alcooperx@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/gadget/udc/bdc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/udc/bdc/Kconfig b/drivers/usb/gadget/udc/bdc/Kconfig index eb8b55392360..c74ac25dddcd 100644 --- a/drivers/usb/gadget/udc/bdc/Kconfig +++ b/drivers/usb/gadget/udc/bdc/Kconfig @@ -1,6 +1,7 @@ config USB_BDC_UDC tristate "Broadcom USB3.0 device controller IP driver(BDC)" depends on USB_GADGET && HAS_DMA + default ARCH_BRCMSTB help BDC is Broadcom's USB3.0 device controller IP. If your SOC has a BDC IP |