drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTS
[linux-2.6-microblaze.git] / drivers / base / Kconfig
index 5f0bc74..8d70017 100644 (file)
@@ -149,8 +149,9 @@ config DEBUG_TEST_DRIVER_REMOVE
          test this functionality.
 
 config PM_QOS_KUNIT_TEST
-       bool "KUnit Test for PM QoS features"
+       bool "KUnit Test for PM QoS features" if !KUNIT_ALL_TESTS
        depends on KUNIT=y
+       default KUNIT_ALL_TESTS
 
 config HMEM_REPORTING
        bool