Skip to content

Commit af36a77

Browse files
committed
dpll: zl3073x: Fix build failure
JIRA: https://issues.redhat.com/browse/RHEL-105063 commit fa582ca Author: Ivan Vecera <ivecera@redhat.com> Date: Sat Jul 26 20:41:45 2025 +0200 dpll: zl3073x: Fix build failure 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: 2df8e64 ("dpll: Add basic Microchip ZL3073x support") Signed-off-by: Ivan Vecera <ivecera@redhat.com> Link: https://patch.msgid.link/20250726184145.25769-1-ivecera@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Ivan Vecera <ivecera@redhat.com>
1 parent 3383f3a commit af36a77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/dpll/zl3073x/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ config ZL3073X
55
depends on NET
66
select DPLL
77
select NET_DEVLINK
8+
select REGMAP
89
help
910
This driver supports Microchip Azurite family DPLL/PTP/SyncE
1011
devices that support up to 5 independent DPLL channels,

0 commit comments

Comments
 (0)