Commit 1a737d5e authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Greg Kroah-Hartman

misc: nsm: remove selecting the non-existing config CBOR

Commit b9873755 ("misc: Add Nitro Secure Module driver") adds Nitro
Security Module support, which selects the non-existing config CBOR.

In the development of the commit, there was initially some code for CBOR
independent of the driver, and the driver included this code with the line
'select CBOR'. This code for CBOR was later reduced to its bare minimum of
functionality and included into the driver itself. The select CBOR remained
unnoticed and was left behind without having any further purpose.

Remove selecting the non-existing config CBOR.
Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: default avatarAlexander Graf <graf@amazon.com>
Link: https://lore.kernel.org/r/20231211074242.22999-1-lukas.bulwahn@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1b775e61
...@@ -566,7 +566,6 @@ config NSM ...@@ -566,7 +566,6 @@ config NSM
tristate "Nitro (Enclaves) Security Module support" tristate "Nitro (Enclaves) Security Module support"
depends on VIRTIO depends on VIRTIO
select HW_RANDOM select HW_RANDOM
select CBOR
help help
This driver provides support for the Nitro Security Module This driver provides support for the Nitro Security Module
in AWS EC2 Nitro based Enclaves. The driver exposes a /dev/nsm in AWS EC2 Nitro based Enclaves. The driver exposes a /dev/nsm
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment