1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config PTP_CLOCK_NXP_ENET
5 bool "NXP ENET PTP Clock driver"
6 default y
7 depends on DT_HAS_NXP_ENET_PTP_CLOCK_ENABLED && NET_L2_PTP
8 depends on ETH_NXP_ENET
9 help
10 Enable NXP ENET PTP clock support.
11