From: Fedora Kernel Team kernel-team@fedoraproject.org
[redhat] New configs in drivers/usb
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
diff a/redhat/configs/common/generic/CONFIG_USB_CDNS_SUPPORT b/redhat/configs/common/generic/CONFIG_USB_CDNS_SUPPORT --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_USB_CDNS_SUPPORT @@ -0,0 +1 @@ +# CONFIG_USB_CDNS_SUPPORT is not set diff a/redhat/configs/common/generic/CONFIG_USB_SERIAL_XR b/redhat/configs/common/generic/CONFIG_USB_SERIAL_XR --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_USB_SERIAL_XR @@ -0,0 +1 @@ +# CONFIG_USB_SERIAL_XR is not set diff a/redhat/configs/pending-common/generic/CONFIG_USB_CDNS_SUPPORT b/redhat/configs/pending-common/generic/CONFIG_USB_CDNS_SUPPORT --- a/redhat/configs/pending-common/generic/CONFIG_USB_CDNS_SUPPORT +++ /dev/null @@ -1,19 +0,0 @@ -# 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_CDNS_SUPPORT is not set diff a/redhat/configs/pending-common/generic/CONFIG_USB_SERIAL_XR b/redhat/configs/pending-common/generic/CONFIG_USB_SERIAL_XR --- a/redhat/configs/pending-common/generic/CONFIG_USB_SERIAL_XR +++ /dev/null @@ -1,21 +0,0 @@ -# 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]) -# -# -# -# CONFIG_USB_SERIAL_XR is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/911
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/911#note_56583278...
@dzickusrh, @torez: Any comments here?
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/911#note_59516163...
@dzickusrh, @torez: Do you guys have any thoughts on this and cki- project/kernel-ark!1015 ?
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/911#note_60442966...
This MR contains an unreviewed CONFIG for the kernel-ark project. This CONFIG will be set to the default value, generally "is not set", in kernel-ark.
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/911#note_60442974...
Acked-by: Don Zickus dzickus@redhat.com (via approve button)
kernel@lists.fedoraproject.org