brintos

brintos / linux-shallow public Read only

0
0
Text · 947 B · dc4d25c Raw
27 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.4 5# Amazon Nitro Enclaves (NE) support.6# Nitro is a hypervisor that has been developed by Amazon.7 8config NITRO_ENCLAVES9	tristate "Nitro Enclaves Support"10	depends on (ARM64 || X86) && HOTPLUG_CPU && PCI && SMP11	help12	  This driver consists of support for enclave lifetime management13	  for Nitro Enclaves (NE).14 15	  To compile this driver as a module, choose M here.16	  The module will be called nitro_enclaves.17 18config NITRO_ENCLAVES_MISC_DEV_TEST19	bool "Tests for the misc device functionality of the Nitro Enclaves" if !KUNIT_ALL_TESTS20	depends on NITRO_ENCLAVES && KUNIT=y21	default KUNIT_ALL_TESTS22	help23	  Enable KUnit tests for the misc device functionality of the Nitro24	  Enclaves. Select this option only if you will boot the kernel for25	  the purpose of running unit tests (e.g. under UML or qemu). If26	  unsure, say N.27