hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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