misc: open-dice: Add driver to expose DICE data to userspace
[sfrench/cifs-2.6.git] / drivers / misc / Kconfig
index 0f5a49fc7c9e0e1029086883415fcb8dd3007d56..a2b26426efba781e67c4e27c0a960b959035b543 100644 (file)
@@ -470,6 +470,18 @@ config HISI_HIKEY_USB
          switching between the dual-role USB-C port and the USB-A host ports
          using only one USB controller.
 
+config OPEN_DICE
+       tristate "Open Profile for DICE driver"
+       depends on OF_RESERVED_MEM
+       help
+         This driver exposes a DICE reserved memory region to userspace via
+         a character device. The memory region contains Compound Device
+         Identifiers (CDIs) generated by firmware as an output of DICE
+         measured boot flow. Userspace can use CDIs for remote attestation
+         and sealing.
+
+         If unsure, say N.
+
 source "drivers/misc/c2port/Kconfig"
 source "drivers/misc/eeprom/Kconfig"
 source "drivers/misc/cb710/Kconfig"