Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • K kernel-ark
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 31
    • Merge requests 31
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cki-project
  • kernel-ark
  • Merge requests
  • !911

[redhat] New configs in drivers/usb

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged CKI Gitlab requested to merge configs/2021-02-22/drivers/usb into os-build Feb 22, 2021
  • Overview 5
  • Commits 1
  • Pipelines 1
  • Changes 4

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

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: configs/2021-02-22/drivers/usb