Skip to content

[redhat] New configs in drivers/usb

CKI Gitlab requested to merge configs/2021-02-22/drivers/usb into os-build

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

CONFIG_USB_CDNS_SUPPORT:

Say Y here if your system has a Cadence USBSS or USBSSP dual-role controller. It supports: dual-role switch, Host-only, and Peripheral-only.

Symbol: USB_CDNS_SUPPORT [=n] Type : tristate Defined at drivers/usb/cdns3/Kconfig:1 Prompt: Cadence USB Support Depends on: USB_SUPPORT [=y] && (USB [=y] || USB_GADGET [=n]) && HAS_DMA [=y] Location: -> Device Drivers -> USB support (USB_SUPPORT [=y]) Selects: USB_XHCI_PLATFORM [=n] && USB_ROLE_SWITCH [=m]


CONFIG_USB_SERIAL_XR:

Say Y here if you want to use MaxLinear/Exar USB to Serial converter devices.

To compile this driver as a module, choose M here: the module will be called xr_serial.

Symbol: USB_SERIAL_XR [=n] Type : tristate Defined at drivers/usb/serial/Kconfig:636 Prompt: USB MaxLinear/Exar USB to Serial driver Depends on: USB_SUPPORT [=y] && USB [=y] && USB_SERIAL [=y] Location: -> Device Drivers -> USB support (USB_SUPPORT [=y]) -> USB Serial Converter support (USB_SERIAL [=y])


Cc: Torez Smith torez@redhat.com Cc: Don Zickus dzickus@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports