From 1f8b9aa74c38460fe8fe47646f70e85e79bcc21f Mon Sep 17 00:00:00 2001 From: buxiasen Date: Tue, 10 Dec 2024 23:46:56 +0800 Subject: [PATCH] drivertest: update comment in driver test Kconfig Signed-off-by: buxiasen --- testing/drivertest/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/drivertest/Kconfig b/testing/drivertest/Kconfig index e0d073d51bd..c0975e9b889 100644 --- a/testing/drivertest/Kconfig +++ b/testing/drivertest/Kconfig @@ -4,7 +4,7 @@ # config TESTING_DRIVER_TEST - tristate "vela cmocka driver test" + tristate "cmocka driver test" default n depends on TESTING_CMOCKA ---help---