aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm/Kconfig
blob: cb754bd2123bd47e22ebe4885688d1d0823f75ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config I2C_TPM
	bool "I2C TPM"
	depends on !PC80 # for now

config DRIVER_TPM_I2C_BUS
	hex "I2C TPM chip bus"
	default 9 # FIXME, workaround for Kconfig BS
	depends on I2C_TPM

config DRIVER_TPM_I2C_ADDR
	hex "I2C TPM chip address"
	default 2 # FIXME, workaround for Kconfig BS
	depends on I2C_TPM