blob: 837b8f5e456cc39e0b6caf423848dc2f3e300474 [file] [log] [blame]
## SPDX-License-Identifier: GPL-2.0-only
config SPI_TPM
bool
help
SPI TPM driver is enabled!
config DRIVER_TPM_SPI_BUS
hex "SPI bus TPM chip is connected to"
default 0x0
depends on SPI_TPM
config DRIVER_TPM_SPI_CHIP
int "Chip Select of the TPM chip on its SPI bus"
default 0
depends on SPI_TPM