[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aYNjQfXATNAx6reM@vaman>
Date: Wed, 4 Feb 2026 20:48:25 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Roy Luo <royluo@...gle.com>
Cc: Neil Armstrong <neil.armstrong@...aro.org>,
Peter Griffin <peter.griffin@...aro.org>,
André Draszik <andre.draszik@...aro.org>,
Tudor Ambarus <tudor.ambarus@...aro.org>,
Joy Chakraborty <joychakr@...gle.com>,
Naveen Kumar <mnkumar@...gle.com>, linux-phy@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org,
kernel test robot <lkp@...el.com>
Subject: Re: [PATCH next v2] phy: google: fix build dependency for Google
Tensor USB PHY
On 28-01-26, 21:22, Roy Luo wrote:
> The Google Tensor USB PHY driver uses the Type-C switch framework to
> handle orientation changes. However, the Kconfig did not specify a
> dependency on the TYPEC framework, leading to undefined reference
> errors when building for architectures or configurations where
> CONFIG_TYPEC is configured as a module while CONFIG_PHY_GOOGLE_USB
> is configured as built-in.
>
> Add 'depends on TYPEC' to the PHY_GOOGLE_USB entry to ensure all
> required symbols are available during linking, and 'COMPILE_TEST'
> to expand test coverage.
Thanks for the fix, looking at three patches for this, I like Arnd's fix
better and have applied that now
--
~Vinod
Powered by blists - more mailing lists