xref: /aosp_15_r20/external/coreboot/src/drivers/spi/tpm/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config SPI_TPM
4	bool
5	help
6	  SPI TPM driver is enabled!
7
8config DRIVER_TPM_SPI_BUS
9	hex "SPI bus TPM chip is connected to"
10	default 0x0
11	depends on SPI_TPM
12
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
17