[OS-BUILD PATCHv3 6/17] Fedora: USB updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Peter Robinson <pbrobinson@xxxxxxxxxx>

Build the Cadence USB3 controller for Arm, the Renasas PCI XHCI
controller as a module, minor other cleanups

Signed-off-by: Peter Robinson <pbrobinson@xxxxxxxxxx>
---
 .../fedora/generic/CONFIG_TYPEC_STUSB160X     | 20 ------------------
 .../generic/CONFIG_USB_XHCI_PCI_RENESAS       | 21 +------------------
 .../fedora/generic/arm/CONFIG_USB_CDNS3       |  1 +
 .../generic/arm/CONFIG_USB_CDNS3_GADGET       |  1 +
 .../fedora/generic/arm/CONFIG_USB_CDNS3_HOST  |  1 +
 .../fedora/generic/arm/CONFIG_USB_CDNS3_IMX   |  1 +
 .../generic/arm/CONFIG_USB_CDNS3_PCI_WRAP     |  1 +
 7 files changed, 6 insertions(+), 40 deletions(-)
 create mode 100644 redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3
 create mode 100644 redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_GADGET
 create mode 100644 redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_HOST
 create mode 100644 redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_IMX
 create mode 100644 redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_PCI_WRAP

diff --git a/redhat/configs/fedora/generic/CONFIG_TYPEC_STUSB160X b/redhat/configs/fedora/generic/CONFIG_TYPEC_STUSB160X
index 322aa5ebfad7..6fdb1b210857 100644
--- a/redhat/configs/fedora/generic/CONFIG_TYPEC_STUSB160X
+++ b/redhat/configs/fedora/generic/CONFIG_TYPEC_STUSB160X
@@ -1,21 +1 @@
-# CONFIG_TYPEC_STUSB160X:
-# 
-# Say Y or M here if your system has STMicroelectronics STUSB160x
-# Type-C port controller.
-# 
-# If you choose to build this driver as a dynamically linked module, the
-# module will be called stusb160x.ko.
-# 
-# Symbol: TYPEC_STUSB160X [=n]
-# Type  : tristate
-# Defined at drivers/usb/typec/Kconfig:76
-#   Prompt: STMicroelectronics STUSB160x Type-C controller driver
-#   Depends on: USB_SUPPORT [=y] && TYPEC [=m] && I2C [=y] && REGMAP_I2C [=y] && (USB_ROLE_SWITCH [=m] || !USB_ROLE_SWITCH [=m])
-#   Location:
-#     -> Device Drivers
-#       -> USB support (USB_SUPPORT [=y])
-#         -> USB Type-C Support (TYPEC [=m])
-# 
-# 
-# 
 CONFIG_TYPEC_STUSB160X=m
diff --git a/redhat/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS b/redhat/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS
index a3f9cab6267a..7ce730173a7a 100644
--- a/redhat/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS
+++ b/redhat/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS
@@ -1,20 +1 @@
-# CONFIG_USB_XHCI_PCI_RENESAS:
-# 
-# Say 'Y' to enable the support for the Renesas xHCI controller with
-# firwmare. Make sure you have the firwmare for the device and
-# installed on your system for this device to work.
-# If unsure, say 'N'.
-# 
-# Symbol: USB_XHCI_PCI_RENESAS [=n]
-# Type  : tristate
-# Defined at drivers/usb/host/Kconfig:46
-#   Prompt: Support for additional Renesas xHCI controller with firwmare
-#   Depends on: USB_SUPPORT [=y] && USB [=y] && USB_XHCI_HCD [=y]
-#   Location:
-#     -> Device Drivers
-#       -> USB support (USB_SUPPORT [=y])
-#         -> xHCI HCD (USB 3.0) support (USB_XHCI_HCD [=y])
-# 
-# 
-# 
-CONFIG_USB_XHCI_PCI_RENESAS=y
+CONFIG_USB_XHCI_PCI_RENESAS=m
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3 b/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3
new file mode 100644
index 000000000000..1cb09f095f8c
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3
@@ -0,0 +1 @@
+CONFIG_USB_CDNS3=m
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_GADGET b/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_GADGET
new file mode 100644
index 000000000000..fb4742745483
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_GADGET
@@ -0,0 +1 @@
+CONFIG_USB_CDNS3_GADGET=y
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_HOST b/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_HOST
new file mode 100644
index 000000000000..4221ff80fb99
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_HOST
@@ -0,0 +1 @@
+CONFIG_USB_CDNS3_HOST=y
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_IMX b/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_IMX
new file mode 100644
index 000000000000..a53482bd742f
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_IMX
@@ -0,0 +1 @@
+CONFIG_USB_CDNS3_IMX=m
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_PCI_WRAP b/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_PCI_WRAP
new file mode 100644
index 000000000000..39cd8dc96591
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_USB_CDNS3_PCI_WRAP
@@ -0,0 +1 @@
+CONFIG_USB_CDNS3_PCI_WRAP=m
-- 
GitLab
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux