zephyr/drivers/ptp_clock/Kconfig
Qiang Zhao ac5bae59ab drivers: ptp_clock: Add NXP NETC PTP Clock Driver
Add Driver for NXP NETC PTP Clock device

Signed-off-by: Qiang Zhao <qiang.zhao@nxp.com>
2025-06-06 14:47:53 +01:00

29 lines
623 B
Plaintext

# Copyright (c) 2018 Intel Corporation.
# SPDX-License-Identifier: Apache-2.0
menuconfig 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"
source "drivers/ptp_clock/Kconfig.nxp_netc"
config PTP_CLOCK_INIT_PRIORITY
int "Init priority"
default 75
help
PTP Clock device driver initialization priority
config PTP_CLOCK_SHELL
bool "PTP Clock Shell"
depends on SHELL
help
Enable PTP Clock Shell.
The PTP clock shell currently supports clock operations.
endif # PTP_CLOCK