diff options
Diffstat (limited to 'drivers/base/test/Kconfig')
-rw-r--r-- | drivers/base/test/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/base/test/Kconfig b/drivers/base/test/Kconfig index 9d42051f8f..5c7fac8061 100644 --- a/drivers/base/test/Kconfig +++ b/drivers/base/test/Kconfig @@ -14,6 +14,6 @@ config DM_KUNIT_TEST depends on KUNIT config DRIVER_PE_KUNIT_TEST - bool "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS - depends on KUNIT=y + tristate "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS + depends on KUNIT default KUNIT_ALL_TESTS |