repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vl: allow passing JSON to -object
[qemu/ar7.git]
/
backends
/
tpm
/
Kconfig
blob
5d91eb89c20ffcd6f74382be2055de4b2c8f9e85
1
config TPM_BACKEND
2
bool
3
depends on TPM
4
5
config TPM_PASSTHROUGH
6
bool
7
default y
8
# FIXME: should check for x86 host as well
9
depends on TPM_BACKEND && LINUX
10
11
config TPM_EMULATOR
12
bool
13
default y
14
depends on TPM_BACKEND