OSDN Git Service

usb: host: modify description for MTK xHCI config
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Fri, 13 Oct 2017 08:26:39 +0000 (16:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Oct 2017 09:29:40 +0000 (11:29 +0200)
Due to all MediaTek SoCs with xHCI host controller use this
driver, remove limitation for specific SoCs

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig

index fa5692d..bc09a2e 100644 (file)
@@ -45,12 +45,12 @@ config USB_XHCI_PLATFORM
          If unsure, say N.
 
 config USB_XHCI_MTK
-       tristate "xHCI support for Mediatek MT65xx/MT7621"
+       tristate "xHCI support for MediaTek SoCs"
        select MFD_SYSCON
        depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
        ---help---
          Say 'Y' to enable the support for the xHCI host controller
-         found in Mediatek MT65xx SoCs.
+         found in MediaTek SoCs.
          If unsure, say N.
 
 config USB_XHCI_MVEBU