From 47a895f435cccb2cb14eb5d0c52d2f6d4d904907 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 12 Aug 2020 08:03:24 -0500 Subject: Linux v5.8.1 Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS (limited to 'configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS') diff --git a/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS b/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS new file mode 100644 index 000000000..1878a6c74 --- /dev/null +++ b/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS @@ -0,0 +1,20 @@ +# 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=m -- cgit