forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/base/test/Kconfig
....@@ -8,3 +8,7 @@
88 The module name will be test_async_driver_probe.ko
99
1010 If unsure say N.
11
+config KUNIT_DRIVER_PE_TEST
12
+ bool "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS
13
+ depends on KUNIT=y
14
+ default KUNIT_ALL_TESTS