From: Vladimir Oltean Date: Mon, 7 Aug 2023 19:33:22 +0000 (+0300) Subject: selftests/tc-testing: add ptp_mock Kconfig dependency X-Git-Tag: v6.6-rc1~162^2~159^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=355adce3010b9e91a29fc675520fee919639d6ee;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Vladimir Oltean Link: https://lore.kernel.org/r/20230807193324.4128292-10-vladimir.oltean@nxp.com Signed-off-by: Jakub Kicinski --- diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config index 71706197ba0f8..5aa8705751f0f 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