linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] dpll: zl3073x: Fix build failure
@ 2025-07-26 18:41 Ivan Vecera
  2025-07-26 19:10 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Vecera @ 2025-07-26 18:41 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Prathosh Satish, Jiri Pirko, open list:MICROCHIP ZL3073X DRIVER,
	open list

If CONFIG_ZL3073X is enabled but both CONFIG_ZL3073X_I2C and
CONFIG_ZL3073X_SPI are disabled, the compilation may fail because
CONFIG_REGMAP is not enabled.

Fix the issue by selecting CONFIG_REGMAP when CONFIG_ZL3073X is enabled.

Fixes: 2df8e64e01c10 ("dpll: Add basic Microchip ZL3073x support")
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
---
 drivers/dpll/zl3073x/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/dpll/zl3073x/Kconfig b/drivers/dpll/zl3073x/Kconfig
index 41fa6a8f96ab9..7db262ab84582 100644
--- a/drivers/dpll/zl3073x/Kconfig
+++ b/drivers/dpll/zl3073x/Kconfig
@@ -5,6 +5,7 @@ config ZL3073X
 	depends on NET
 	select DPLL
 	select NET_DEVLINK
+	select REGMAP
 	help
 	  This driver supports Microchip Azurite family DPLL/PTP/SyncE
 	  devices that support up to 5 independent DPLL channels,
-- 
2.49.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] dpll: zl3073x: Fix build failure
  2025-07-26 18:41 [PATCH net-next] dpll: zl3073x: Fix build failure Ivan Vecera
@ 2025-07-26 19:10 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-07-26 19:10 UTC (permalink / raw)
  To: Ivan Vecera; +Cc: kuba, Prathosh.Satish, jiri, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sat, 26 Jul 2025 20:41:45 +0200 you wrote:
> If CONFIG_ZL3073X is enabled but both CONFIG_ZL3073X_I2C and
> CONFIG_ZL3073X_SPI are disabled, the compilation may fail because
> CONFIG_REGMAP is not enabled.
> 
> Fix the issue by selecting CONFIG_REGMAP when CONFIG_ZL3073X is enabled.
> 
> Fixes: 2df8e64e01c10 ("dpll: Add basic Microchip ZL3073x support")
> Signed-off-by: Ivan Vecera <ivecera@redhat.com>
> 
> [...]

Here is the summary with links:
  - [net-next] dpll: zl3073x: Fix build failure
    https://git.kernel.org/netdev/net-next/c/fa582ca7e187

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-26 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-26 18:41 [PATCH net-next] dpll: zl3073x: Fix build failure Ivan Vecera
2025-07-26 19:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).