usb: host: modify description for MTK xHCI config

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>
This commit is contained in:
Chunfeng Yun 2017-10-13 16:26:39 +08:00 committed by Greg Kroah-Hartman
parent b6bb72cf0d
commit 7b81a58651
1 changed files with 2 additions and 2 deletions

View File

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