Message ID | 1559296800-5610-6-git-send-email-biju.das@bp.renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On Fri, May 31, 2019 at 10:59:58AM +0100, Biju Das wrote: > Enable support for the TI HD3SS320 USB Type-C DRP Port controller driver > by turning on CONFIG_TYPEC and CONFIG_TYPEC_HD3SS3220 as modules. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Thanks, I see that the corresponding driver patch, "[PATCH v7 3/7] usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controller" has been reviewed and appears destined for mainline. On the strength of that I have applied this patch for inclusion in v5.3. Please let me know if that is not desired at this time.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d1b72f9..e999b2f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -570,6 +570,8 @@ CONFIG_USB_ULPI=y CONFIG_USB_GADGET=y CONFIG_USB_RENESAS_USBHS_UDC=m CONFIG_USB_RENESAS_USB3=m +CONFIG_TYPEC=m +CONFIG_TYPEC_HD3SS3220=m CONFIG_MMC=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_ARMMMCI=y
Enable support for the TI HD3SS320 USB Type-C DRP Port controller driver by turning on CONFIG_TYPEC and CONFIG_TYPEC_HD3SS3220 as modules. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- V6-->V7 * No Chnage V5-->V6 * No change V4-->V5 * No change V3-->V4 * No change V2-->V3 * No change V1-->V2 * No change --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)