cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (383B)


      1# SPDX-License-Identifier: GPL-2.0
      2
      3config USB_BDC_UDC
      4	tristate "Broadcom USB3.0 device controller IP driver(BDC)"
      5	depends on USB_GADGET && HAS_DMA
      6	default ARCH_BRCMSTB
      7
      8	help
      9	BDC is Broadcom's USB3.0 device controller IP. If your SOC has a BDC IP
     10	then select this driver.
     11
     12	Say "y" here to link the driver statically, or "m" to build a dynamically
     13	linked module called "bdc".