1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig HTE 3 bool "Hardware Timestamping Engine (HTE) Support" 4 help 5 Hardware Timestamping Engine (HTE) Support. 6 7 Some devices provide a hardware timestamping engine which can 8 timestamp certain device lines/signals in realtime. It comes with a 9 benefit for the applications needing accurate timestamping event with 10 less jitter. This framework provides a generic interface to such HTE 11 providers and consumer devices. 12 13 If unsure, say no. 14 15