[coreboot-gerrit] New patch to review for coreboot: kconfig: add missing SPI TPM CS config definition

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Jun 21 23:18:45 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15299

-gerrit

commit 62c0d00f2d7f6c565a67fe3e679337207f394c43
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Sun Jun 19 12:01:09 2016 -0700

    kconfig: add missing SPI TPM CS config definition
    
    To fully define TPM attachment to a SPI interface both bus and CS
    (chip select) settings are required. Add the missing CS configuration
    option.
    
    BRANCH=none
    BUG=chrome-os-partner:50645
    TEST=with the rest of the patches applied it is possible to compile in
         and run TPM2 SPI driver.
    
    Change-Id: If297df8e5b9526f156ed1414eb9db317d6af5b33
    Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/353913
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/drivers/spi/tpm/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/drivers/spi/tpm/Kconfig b/src/drivers/spi/tpm/Kconfig
index e2a6bb6..49ab2a6 100644
--- a/src/drivers/spi/tpm/Kconfig
+++ b/src/drivers/spi/tpm/Kconfig
@@ -6,3 +6,8 @@ config DRIVER_TPM_SPI_BUS
 	hex "SPI bus TPM chip is connected to"
 	default 0
 	depends on SPI_TPM
+
+config DRIVER_TPM_SPI_CHIP
+	int "Chip Select of the TPM chip on its SPI bus"
+	default 0
+	depends on SPI_TPM



More information about the coreboot-gerrit mailing list