blob: f2b969f5bbc0a694aa9b431877b5b355847da995 [file] [log] [blame]
Stefan Reinauer7cb01e02013-08-29 16:05:02 -07001config I2C_TPM
2 bool "I2C TPM"
Kyösti Mälkki99c49552014-12-22 18:44:49 +02003 depends on !PC80_SYSTEM # for now
Stefan Reinauer7cb01e02013-08-29 16:05:02 -07004
Stefan Reinauerd518c7a2013-11-04 17:38:32 -08005config DRIVER_TPM_I2C_BUS
6 hex "I2C TPM chip bus"
7 default 9 # FIXME, workaround for Kconfig BS
8 depends on I2C_TPM
9
Stefan Reinauer7cb01e02013-08-29 16:05:02 -070010config DRIVER_TPM_I2C_ADDR
11 hex "I2C TPM chip address"
12 default 2 # FIXME, workaround for Kconfig BS
13 depends on I2C_TPM