hw/input/stellaris_gamepad: Free StellarisGamepad::keycodes[] array
[qemu/kevin.git] / hw / tpm / Kconfig
bloba46663288cb8ae5ae024508ce4968805f6a6e219
1 config TPM_TIS_I2C
2     bool
3     depends on TPM
4     select TPM_BACKEND
5     select I2C
6     select TPM_TIS
8 config TPM_TIS_ISA
9     bool
10     depends on TPM && ISA_BUS
11     select TPM_TIS
13 config TPM_TIS_SYSBUS
14     bool
15     depends on TPM
16     select TPM_TIS
18 config TPM_TIS
19     bool
20     depends on TPM
21     select TPM_BACKEND
23 config TPM_CRB
24     bool
25     depends on TPM && PC
26     select TPM_BACKEND
28 config TPM_SPAPR
29     bool
30     default y
31     depends on TPM && PSERIES
32     select TPM_BACKEND