Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include/kunit: add VIRT_DRIVERS to support NITRO_ENCLAVES_MISC_DEV_TEST
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]>