diff mbox series

[v7,5/7] arm64: defconfig: enable TYPEC_HD3SS3220 config option

Message ID 1559296800-5610-6-git-send-email-biju.das@bp.renesas.com (mailing list archive)
State Accepted
Commit c24f6886b2ee321b50543d3683573689a1817336
Delegated to: Simon Horman
Headers show
Series Add USB3.0 and TI HD3SS3220 driver support | expand

Commit Message

Biju Das May 31, 2019, 9:59 a.m. UTC
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(+)

Comments

Simon Horman June 12, 2019, 11:59 a.m. UTC | #1
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 mbox series

Patch

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