blob: 903fc3bbe55c39f2e9c6d615c2153f9b51d42eac [file] [log] [blame]
config I2C_TPM
bool "I2C TPM"
depends on TPM || TPM2
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
config DRIVER_I2C_TPM_ACPI
bool "Generate I2C TPM ACPI device"
default y if ARCH_X86 && I2C_TPM
default n