[coreboot-gerrit] Change in coreboot[master]: drivers/i2c/tpm: Hide ACPI on unsupported platforms

Patrick Rudolph (Code Review) gerrit at coreboot.org
Wed Apr 19 19:39:14 CEST 2017


Patrick Rudolph has uploaded a new change for review. ( https://review.coreboot.org/19374 )

Change subject: drivers/i2c/tpm: Hide ACPI on unsupported platforms
......................................................................

drivers/i2c/tpm: Hide ACPI on unsupported platforms

Depend on I2C_TPM to prevent showing the menu entry on systems
that do not have an I2C TPM installed.

Change-Id: I7cd647c9c7e9721eab96ab64b844a882f156ee68
Signed-off-by: Patrick Rudolph <siro at das-labor.org>
---
M src/drivers/i2c/tpm/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/19374/1

diff --git a/src/drivers/i2c/tpm/Kconfig b/src/drivers/i2c/tpm/Kconfig
index 32e5fb4..9e3a0aa 100644
--- a/src/drivers/i2c/tpm/Kconfig
+++ b/src/drivers/i2c/tpm/Kconfig
@@ -50,6 +50,7 @@
 	depends on I2C_TPM
 
 config DRIVER_I2C_TPM_ACPI
+	depends on I2C_TPM
 	bool "Generate I2C TPM ACPI device"
 	default y if ARCH_X86 && I2C_TPM
 	default n

-- 
To view, visit https://review.coreboot.org/19374
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7cd647c9c7e9721eab96ab64b844a882f156ee68
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Patrick Rudolph <siro at das-labor.org>



More information about the coreboot-gerrit mailing list