Skip to content

Commit

Permalink
include/kunit: add VIRT_DRIVERS to support NITRO_ENCLAVES_MISC_DEV_TEST
Browse files Browse the repository at this point in the history
from below Link,
menuconfig VIRT_DRIVERS
	bool "Virtualization drivers"
	help
	  Say Y here to get to see options for device drivers that support
	  virtualization environments.

	  If you say N, all options in this submenu will be skipped and disabled.

if VIRT_DRIVERS
...
source "drivers/virt/nitro_enclaves/Kconfig"
...
endif

both NITRO_ENCLAVES and NITRO_ENCLAVES_MISC_DEV_TEST are in this
"drivers/virt/nitro_enclaves/Kconfig"

Link: https://github.com/torvalds/linux/blob/master/drivers/virt/Kconfig
Signed-off-by: Oliver Sang <[email protected]>
Signed-off-by: Philip Li <[email protected]>
oliver-sang authored and rli9 committed Jan 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ff8b196 commit 5201667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/kunit
Original file line number Diff line number Diff line change
@@ -251,6 +251,7 @@ need_kconfig:
- NITRO_ENCLAVES
- PCI: y
- HAVE_PCI: y
- VIRT_DRIVERS: y

- TEST_IRQ_TIMINGS: y
- IRQ_TIMINGS: y

0 comments on commit 5201667

Please sign in to comment.