The NETC V4 Timer PTP IP works with the associated NIC so depend on it, plus compile test, and default it on if the NIC is enabled similar to the other PTP modules. Fixes: 87a201d59963e ("ptp: netc: add NETC V4 Timer PTP driver support") Signed-off-by: Peter Robinson --- drivers/ptp/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index 5f8ea34d11d6d..a5542751216d6 100644 --- a/drivers/ptp/Kconfig +++ b/drivers/ptp/Kconfig @@ -255,6 +255,8 @@ config PTP_S390 config PTP_NETC_V4_TIMER tristate "NXP NETC V4 Timer PTP Driver" + depends on NXP_ENETC4 || COMPILE_TEST + default y if NXP_ENETC4 depends on PTP_1588_CLOCK depends on PCI_MSI help -- 2.51.0