12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
config BR2_PACKAGE_HOST_SWTPM
|
|
bool "host swtpm"
|
|
help
|
|
Compiles SWTPM software TPM emulator for the host.
|
|
|
|
The SWTPM package provides TPM emulators with different
|
|
front-end interfaces to libtpms. TPM emulators provide socket
|
|
interfaces (TCP/IP and Unix) and the Linux CUSE interface for
|
|
the creation of multiple native /dev/vtpm* devices.
|
|
|
|
https://github.com/stefanberger/swtpm/wiki
|