diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-03-04 09:31:14 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2016-03-05 00:57:22 +0100 |
commit | 42f42ff4501cf0ec345b7f9a3c850934e6f04c00 (patch) | |
tree | 1f82bc3d6aed8234cab72e92391ef1ddb3db6c98 /src/ec/google/chromeec | |
parent | ca1b2d19a9ba4363fa0586c9d23602a712fc27ea (diff) | |
download | coreboot-42f42ff4501cf0ec345b7f9a3c850934e6f04c00.tar.xz |
Hide EC_GOOGLE_CHROMEEC_SPI_BUS.
It's mobo architecture, not a user-adjustable setting.
Change-Id: I8bb81638f391cf0ba880801e4707d8f0957897c8
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13906
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/ec/google/chromeec')
-rw-r--r-- | src/ec/google/chromeec/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/Kconfig b/src/ec/google/chromeec/Kconfig index 59a97817ba..2e4affc975 100644 --- a/src/ec/google/chromeec/Kconfig +++ b/src/ec/google/chromeec/Kconfig @@ -60,7 +60,7 @@ config EC_GOOGLE_CHROMEEC_SPI config EC_GOOGLE_CHROMEEC_SPI_BUS depends on EC_GOOGLE_CHROMEEC_SPI - hex "SPI bus for Google's Chrome EC" + hex config EC_GOOGLE_CHROMEEC_SPI_WAKEUP_DELAY_US depends on EC_GOOGLE_CHROMEEC_SPI |