kernel: update kernel 4.4 to version 4.4.10
[openwrt/openwrt.git] / target / linux / ramips / patches-4.4 / 0067-enable-mt7621-xhci.patch
1 --- a/drivers/usb/host/Kconfig
2 +++ b/drivers/usb/host/Kconfig
3 @@ -42,9 +42,9 @@ config USB_XHCI_PLATFORM
4 If unsure, say N.
5
6 config USB_XHCI_MTK
7 - tristate "xHCI support for Mediatek MT65xx"
8 + tristate "xHCI support for Mediatek MT65xx/MT7621"
9 select MFD_SYSCON
10 - depends on ARCH_MEDIATEK || COMPILE_TEST
11 + depends on SOC_MT7621 || ARCH_MEDIATEK || COMPILE_TEST
12 ---help---
13 Say 'Y' to enable the support for the xHCI host controller
14 found in Mediatek MT65xx SoCs.