We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ac370 commit 98ad1ddCopy full SHA for 98ad1dd
drivers/base/test/Kconfig
@@ -14,6 +14,6 @@ config DM_KUNIT_TEST
14
depends on KUNIT
15
16
config DRIVER_PE_KUNIT_TEST
17
- bool "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS
18
- depends on KUNIT=y
+ tristate "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS
+ depends on KUNIT
19
default KUNIT_ALL_TESTS
drivers/base/test/property-entry-test.c
@@ -506,3 +506,7 @@ static struct kunit_suite property_entry_test_suite = {
506
};
507
508
kunit_test_suite(property_entry_test_suite);
509
+
510
+MODULE_DESCRIPTION("Test module for the property entry API");
511
+MODULE_AUTHOR("Dmitry Torokhov <[email protected]>");
512
+MODULE_LICENSE("GPL");
0 commit comments