Skip to content

Commit

Permalink
feat: add nitro enclave support in kernel
Browse files Browse the repository at this point in the history
This updates the kernel configuration for amd64 to include support for
communicating with Nitro Enclaves when the kernel is used in AWS.

Signed-off-by: Lance R. Vick <lance@lrvick.net>
Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
lrvick authored and frezbo committed Dec 7, 2022
1 parent 17ea5e6 commit dcf3ceb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kernel/build/config-amd64
Expand Up @@ -4483,7 +4483,9 @@ CONFIG_DCA=y
# CONFIG_UIO is not set
# CONFIG_VFIO is not set
CONFIG_IRQ_BYPASS_MANAGER=y
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRT_DRIVERS=y
# CONFIG_VBOXGUEST is not set
CONFIG_NITRO_ENCLAVES=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_PCI_LIB=y
CONFIG_VIRTIO_MENU=y
Expand Down

0 comments on commit dcf3ceb

Please sign in to comment.