zephyr/drivers/ptp_clock/Kconfig
Declan Snyder d85171fe6f drivers: ptp_clock: Add NXP ENET PTP Clock Driver
Add Driver for NXP ENET PTP Clock device

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2023-11-28 14:34:02 -06:00

20 lines
415 B
Plaintext

# Copyright (c) 2018 Intel Corporation.
# SPDX-License-Identifier: Apache-2.0
config PTP_CLOCK
bool "Precision Time Protocol (PTP) Clock drivers"
help
Enable options for Precision Time Protocol Clock drivers.
if PTP_CLOCK
source "drivers/ptp_clock/Kconfig.nxp_enet"
config PTP_CLOCK_INIT_PRIORITY
int "Init priority"
default 75
help
PTP Clock device driver initialization priority
endif # PTP_CLOCK