blob: 837b8f5e456cc39e0b6caf423848dc2f3e300474 [file] [log] [blame]
Martin Roth2b65ba02024-02-16 10:43:48 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Vadim Bendebury26588702016-06-02 20:43:19 -07003config SPI_TPM
Philipp Deppenwiesec07f8fb2018-02-27 19:40:52 +01004 bool
5 help
6 SPI TPM driver is enabled!
Vadim Bendebury26588702016-06-02 20:43:19 -07007
8config DRIVER_TPM_SPI_BUS
9 hex "SPI bus TPM chip is connected to"
Martin Roth3b878122016-09-30 14:43:01 -060010 default 0x0
Vadim Bendebury26588702016-06-02 20:43:19 -070011 depends on SPI_TPM
Vadim Bendebury3fd57d82016-06-19 12:01:09 -070012
13config DRIVER_TPM_SPI_CHIP
14 int "Chip Select of the TPM chip on its SPI bus"
15 default 0
16 depends on SPI_TPM