Re: [PATCH v2 15/18] usb: xhci-mtk: support to build xhci-mtk-hcd.ko

2021-03-08 Thread Mathias Nyman
On 8.3.2021 4.52, Chunfeng Yun wrote: > Currently xhci-hcd.ko building depends on USB_XHCI_MTK, this > is not flexible for some cases. For example: > USB_XHCI_HCD is y, and USB_XHCI_MTK is m, then we can't > implement extended functions if only update xhci-mtk.ko > This patch is used to remove the

[PATCH v2 15/18] usb: xhci-mtk: support to build xhci-mtk-hcd.ko

2021-03-07 Thread Chunfeng Yun
Currently xhci-hcd.ko building depends on USB_XHCI_MTK, this is not flexible for some cases. For example: USB_XHCI_HCD is y, and USB_XHCI_MTK is m, then we can't implement extended functions if only update xhci-mtk.ko This patch is used to remove the dependence. Signed-off-by: Chunfeng Yun ---