87e1b3daa98f56c4e18dd759ab0b2db831625d45
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.14 / 0132-usb-host-modify-description-for-MTK-xHCI-config.patch
1 From d975bd8976c4d19fbfbaafe269dd466e281a2e3e Mon Sep 17 00:00:00 2001
2 From: Chunfeng Yun <chunfeng.yun@mediatek.com>
3 Date: Fri, 13 Oct 2017 16:26:39 +0800
4 Subject: [PATCH 132/224] usb: host: modify description for MTK xHCI config
5
6 Due to all MediaTek SoCs with xHCI host controller use this
7 driver, remove limitation for specific SoCs
8
9 Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
10 Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com>
11 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 ---
13 drivers/usb/host/Kconfig | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
17 index fa5692dec832..bc09a2e4faeb 100644
18 --- a/drivers/usb/host/Kconfig
19 +++ b/drivers/usb/host/Kconfig
20 @@ -45,12 +45,12 @@ config USB_XHCI_PLATFORM
21 If unsure, say N.
22
23 config USB_XHCI_MTK
24 - tristate "xHCI support for Mediatek MT65xx/MT7621"
25 + tristate "xHCI support for MediaTek SoCs"
26 select MFD_SYSCON
27 depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
28 ---help---
29 Say 'Y' to enable the support for the xHCI host controller
30 - found in Mediatek MT65xx SoCs.
31 + found in MediaTek SoCs.
32 If unsure, say N.
33
34 config USB_XHCI_MVEBU
35 --
36 2.11.0
37