0132-usb-host-modify-description-for-MTK-xHCI-config.patch 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. From d975bd8976c4d19fbfbaafe269dd466e281a2e3e Mon Sep 17 00:00:00 2001
  2. From: Chunfeng Yun <[email protected]>
  3. Date: Fri, 13 Oct 2017 16:26:39 +0800
  4. Subject: [PATCH 132/224] usb: host: modify description for MTK xHCI config
  5. Due to all MediaTek SoCs with xHCI host controller use this
  6. driver, remove limitation for specific SoCs
  7. Signed-off-by: Chunfeng Yun <[email protected]>
  8. Acked-by: Mathias Nyman <[email protected]>
  9. Signed-off-by: Greg Kroah-Hartman <[email protected]>
  10. ---
  11. drivers/usb/host/Kconfig | 4 ++--
  12. 1 file changed, 2 insertions(+), 2 deletions(-)
  13. --- a/drivers/usb/host/Kconfig
  14. +++ b/drivers/usb/host/Kconfig
  15. @@ -45,12 +45,12 @@ config USB_XHCI_PLATFORM
  16. If unsure, say N.
  17. config USB_XHCI_MTK
  18. - tristate "xHCI support for Mediatek MT65xx/MT7621"
  19. + tristate "xHCI support for MediaTek SoCs"
  20. select MFD_SYSCON
  21. depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
  22. ---help---
  23. Say 'Y' to enable the support for the xHCI host controller
  24. - found in Mediatek MT65xx SoCs.
  25. + found in MediaTek SoCs.
  26. If unsure, say N.
  27. config USB_XHCI_MVEBU