1# Copyright (c) 2018 Intel Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4config PTP_CLOCK 5 bool "Precision Time Protocol (PTP) Clock drivers" 6 help 7 Enable options for Precision Time Protocol Clock drivers. 8 9if PTP_CLOCK 10 11source "drivers/ptp_clock/Kconfig.nxp_enet" 12 13config PTP_CLOCK_INIT_PRIORITY 14 int "Init priority" 15 default 75 16 help 17 PTP Clock device driver initialization priority 18 19endif # PTP_CLOCK 20