diff options
author | Martin Roth <martinroth@google.com> | 2016-01-31 10:39:47 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-02-02 01:44:56 +0100 |
commit | b00ddecd993c4d327628a7327015cb90d80d1dbb (patch) | |
tree | 4f8f7061678e7b9e5219238d657c4d33a8ca5365 /src/mainboard/google/oak/Kconfig | |
parent | 1010868f87db1e449a13833be4991cef9cf8b0fc (diff) | |
download | coreboot-b00ddecd993c4d327628a7327015cb90d80d1dbb.tar.xz |
Kconfig: indent with tabs, not spaces.
Change-Id: I8996f8ab739a07014a4189738b5624485d752d9d
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13540
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/oak/Kconfig')
-rw-r--r-- | src/mainboard/google/oak/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/oak/Kconfig b/src/mainboard/google/oak/Kconfig index d63bdeff28..33f10be01a 100644 --- a/src/mainboard/google/oak/Kconfig +++ b/src/mainboard/google/oak/Kconfig @@ -48,7 +48,7 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS default 0 config DRIVER_TPM_I2C_BUS - hex + hex default 0x2 config DRIVER_TPM_I2C_ADDR |