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

12345678910111213141516171819202122232425262728293031323334353637
  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. diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
  14. index fa5692dec832..bc09a2e4faeb 100644
  15. --- a/drivers/usb/host/Kconfig
  16. +++ b/drivers/usb/host/Kconfig
  17. @@ -45,12 +45,12 @@ config USB_XHCI_PLATFORM
  18. If unsure, say N.
  19. config USB_XHCI_MTK
  20. - tristate "xHCI support for Mediatek MT65xx/MT7621"
  21. + tristate "xHCI support for MediaTek SoCs"
  22. select MFD_SYSCON
  23. depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
  24. ---help---
  25. Say 'Y' to enable the support for the xHCI host controller
  26. - found in Mediatek MT65xx SoCs.
  27. + found in MediaTek SoCs.
  28. If unsure, say N.
  29. config USB_XHCI_MVEBU
  30. --
  31. 2.11.0