mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
f7e55f0530
Update the kernel config to enable the Nitro Enclaves kernel driver for Arm64 support. Reviewed-by: George-Aurelian Popescu <popegeo@amazon.com> Acked-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: Andra Paraschiv <andraprs@amazon.com> Link: https://lore.kernel.org/r/20210827154930.40608-2-andraprs@amazon.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 lines
529 B
Plaintext
17 lines
529 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
|
|
# Amazon Nitro Enclaves (NE) support.
|
|
# Nitro is a hypervisor that has been developed by Amazon.
|
|
|
|
config NITRO_ENCLAVES
|
|
tristate "Nitro Enclaves Support"
|
|
depends on (ARM64 || X86) && HOTPLUG_CPU && PCI && SMP
|
|
help
|
|
This driver consists of support for enclave lifetime management
|
|
for Nitro Enclaves (NE).
|
|
|
|
To compile this driver as a module, choose M here.
|
|
The module will be called nitro_enclaves.
|