# Copyright (c) 2026 Philipp Steiner <philipp.steiner1987@gmail.com>
# SPDX-License-Identifier: Apache-2.0

rsource "../Kconfig.unit"

# See ../Kconfig.unit for why selected PTP Kconfig entries are redeclared here.

config PTP_DSCP_VALUE
	default 0

choice PTP_NETWORKING_PROTOCOL
	bool "PTP transport retry test protocol"
	default PTP_IEEE_802_3_PROTOCOL
endchoice

source "Kconfig.zephyr"
