diff mbox series

[4.19.y-cip,21/23] arm64: defconfig: enable TYPEC_HD3SS3220 config option

Message ID 1582034720-5249-22-git-send-email-marian-cristian.rotariu.rb@bp.renesas.com (mailing list archive)
State Rejected, archived
Delegated to: Pavel Machek
Headers show
Series Renesas RZ/G2E USB Type-C Backport | expand

Commit Message

Marian-Cristian Rotariu Feb. 18, 2020, 2:05 p.m. UTC
From: Biju Das <biju.das@bp.renesas.com>

commit c24f6886b2ee321b50543d3683573689a1817336 upstream

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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(fixed context of patch as CONFIG_USB_ULPI_BUS was removed from upstream)
Signed-off-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Pavel Machek Feb. 19, 2020, 8:19 a.m. UTC | #1
On Tue 2020-02-18 14:05:18, Marian-Cristian Rotariu wrote:
> From: Biju Das <biju.das@bp.renesas.com>
> 
> commit c24f6886b2ee321b50543d3683573689a1817336 upstream
> 
> Enable support for the TI HD3SS320 USB Type-C DRP Port controller driver
> by turning on CONFIG_TYPEC and CONFIG_TYPEC_HD3SS3220 as modules.

No, just no.

Lets enable new code for your boards (cip-kernel-config repository),
but keep it disabled for other people. We don't want to break build by
mistake, or something like that.

Best regards,
								Pavel
Marian-Cristian Rotariu Feb. 19, 2020, 7:18 p.m. UTC | #2
> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: 19 February 2020 08:19
> To: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
> Cc: cip-dev@lists.cip-project.org
> Subject: Re: [cip-dev] [PATCH 4.19.y-cip 21/23] arm64: defconfig: enable
> TYPEC_HD3SS3220 config option
> 
> On Tue 2020-02-18 14:05:18, Marian-Cristian Rotariu wrote:
> > From: Biju Das <biju.das@bp.renesas.com>
> >
> > commit c24f6886b2ee321b50543d3683573689a1817336 upstream
> >
> > Enable support for the TI HD3SS320 USB Type-C DRP Port controller
> > driver by turning on CONFIG_TYPEC and CONFIG_TYPEC_HD3SS3220 as
> modules.
> 
> No, just no.
> 
> Lets enable new code for your boards (cip-kernel-config repository), but
> keep it disabled for other people. We don't want to break build by mistake,
> or something like that.

Ok, I will drop this for v2.

Thanks,
Marian
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0165a2f..3ffac8d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -510,6 +510,8 @@  CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=m
 CONFIG_USB_RENESAS_USB3=m
 CONFIG_USB_ULPI_BUS=y
+CONFIG_TYPEC=m
+CONFIG_TYPEC_HD3SS3220=m
 CONFIG_MMC=y
 CONFIG_MMC_BLOCK_MINORS=32
 CONFIG_MMC_ARMMMCI=y