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

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