diff options
author | Vladimir Oltean <[email protected]> | 2023-08-07 22:33:22 +0300 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-08-09 15:59:21 -0700 |
commit | 355adce3010b9e91a29fc675520fee919639d6ee (patch) | |
tree | aa8ea716ea509893ec28efbe6345e8749a46ee34 | |
parent | 35da47fe1c4766451def03a1b4f59c6b13a9373c (diff) |
selftests/tc-testing: add ptp_mock Kconfig dependency
For offloaded tc-taprio testing with netdevsim, the mock-up PHC driver
is used.
Suggested-by: Victor Nogueira <[email protected]>
Signed-off-by: Vladimir Oltean <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | tools/testing/selftests/tc-testing/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config index 71706197ba0f..5aa8705751f0 100644 --- a/tools/testing/selftests/tc-testing/config +++ b/tools/testing/selftests/tc-testing/config @@ -96,10 +96,11 @@ CONFIG_NET_SCH_FIFO=y CONFIG_NET_SCH_ETS=m CONFIG_NET_SCH_RED=m CONFIG_NET_SCH_FQ_PIE=m -CONFIG_NETDEVSIM=m # ## Network testing # CONFIG_CAN=m CONFIG_ATM=y +CONFIG_NETDEVSIM=m +CONFIG_PTP_1588_CLOCK_MOCK=m |