diff options
Diffstat (limited to 'drivers/virt/nitro_enclaves/Kconfig')
| -rw-r--r-- | drivers/virt/nitro_enclaves/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/virt/nitro_enclaves/Kconfig b/drivers/virt/nitro_enclaves/Kconfig index 2d3d98158121..dc4d25c26256 100644 --- a/drivers/virt/nitro_enclaves/Kconfig +++ b/drivers/virt/nitro_enclaves/Kconfig @@ -16,8 +16,9 @@ config NITRO_ENCLAVES The module will be called nitro_enclaves. config NITRO_ENCLAVES_MISC_DEV_TEST - bool "Tests for the misc device functionality of the Nitro Enclaves" + bool "Tests for the misc device functionality of the Nitro Enclaves" if !KUNIT_ALL_TESTS depends on NITRO_ENCLAVES && KUNIT=y + default KUNIT_ALL_TESTS help Enable KUnit tests for the misc device functionality of the Nitro Enclaves. Select this option only if you will boot the kernel for |
