drivers/i2c/tpm/Kconfig: Reduce visibility of some configs
I2C bus and address of the TPM are typically fixed on hardware so there is no need to be able to configure this in menuconfig. Change-Id: I1b6afa68fe753fb76348e0461209d218b14df7cb Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59802 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
parent
d2e423fc8d
commit
0bb6383f59
|
@ -31,12 +31,12 @@ config DRIVER_TIS_DEFAULT
|
|||
default y
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
hex "I2C TPM chip bus"
|
||||
hex
|
||||
default 0x9 # FIXME, workaround for Kconfig BS
|
||||
depends on I2C_TPM
|
||||
|
||||
config DRIVER_TPM_I2C_ADDR
|
||||
hex "I2C TPM chip address"
|
||||
hex
|
||||
default 0x2 # FIXME, workaround for Kconfig BS
|
||||
depends on I2C_TPM
|
||||
|
||||
|
|
Loading…
Reference in New Issue