File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
drivers/virt/nitro_enclaves Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0
2
2
#
3
- # Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ # Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
4
5
5
# Amazon Nitro Enclaves (NE) support.
6
6
# Nitro is a hypervisor that has been developed by Amazon.
7
7
8
- # TODO: Add dependency for ARM64 once NE is supported on Arm platforms. For now,
9
- # the NE kernel driver can be built for aarch64 arch.
10
- # depends on (ARM64 || X86) && HOTPLUG_CPU && PCI && SMP
11
-
12
8
config NITRO_ENCLAVES
13
9
tristate "Nitro Enclaves Support"
14
- depends on X86 && HOTPLUG_CPU && PCI && SMP
10
+ depends on (ARM64 || X86) && HOTPLUG_CPU && PCI && SMP
15
11
help
16
12
This driver consists of support for enclave lifetime management
17
13
for Nitro Enclaves (NE).
You can’t perform that action at this time.
0 commit comments