Skip to content

Commit f7e55f0

Browse files
andraprsgregkh
authored andcommitted
nitro_enclaves: Enable Arm64 support
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>
1 parent 84b0f12 commit f7e55f0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

drivers/virt/nitro_enclaves/Kconfig

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# SPDX-License-Identifier: GPL-2.0
22
#
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.
44

55
# Amazon Nitro Enclaves (NE) support.
66
# Nitro is a hypervisor that has been developed by Amazon.
77

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-
128
config NITRO_ENCLAVES
139
tristate "Nitro Enclaves Support"
14-
depends on X86 && HOTPLUG_CPU && PCI && SMP
10+
depends on (ARM64 || X86) && HOTPLUG_CPU && PCI && SMP
1511
help
1612
This driver consists of support for enclave lifetime management
1713
for Nitro Enclaves (NE).

0 commit comments

Comments
 (0)