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. Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org> [yann.morin.1998@free.fr: disable tests] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
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
|