mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-24 19:28:30 +08:00
9 lines
199 B
Plaintext
Executable File
9 lines
199 B
Plaintext
Executable File
menuconfig RT_USING_PTP
|
|
bool "Using Precision Time Protocol (PTP) IEEE 1588 clock support"
|
|
depends on RT_USING_DM
|
|
default n
|
|
|
|
if RT_USING_PTP
|
|
osource "$(SOC_DM_PTP_DIR)/Kconfig"
|
|
endif
|