hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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