aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/ww_ring/Kconfig
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2015-03-17 15:37:54 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-04-22 19:54:17 +0200
commit4e0de324ebf9c0586695901aed19b2d4545cf0c6 (patch)
tree9ce10d0f21d39defd2d698578e3c1e79a2426ce6 /src/drivers/i2c/ww_ring/Kconfig
parent507a0cbff8815a9cb6a9b1b6521300516d6b5c2e (diff)
i2c/ww_ring: decouple LED display from vboot
The patterns displayed on the LED ring while under the coreboot control are not driven by the vboot, but by the board code instead, The four distinct states of the LED display are: - all off - recovery button push detected, waiting for it to be released - wipeout request pending - recovery button was pushed long enough to trigger this request - recovery request pending - recovery button was pushed long enough to trigger this request. BRANCH=storm BUG=chrome-os-partner:36059 TEST=no functional changes Change-Id: I38d9a3028013b902a7a67ccd4eb1c5d533bf071c Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: bdfff0e646283da6a2faaacf33e0179d2fea221c Original-Change-Id: Ie279151b6060a2888268a2e9a0d4dc22ecaba460 Original-Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/260649 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9868 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/drivers/i2c/ww_ring/Kconfig')
-rw-r--r--src/drivers/i2c/ww_ring/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/i2c/ww_ring/Kconfig b/src/drivers/i2c/ww_ring/Kconfig
index 67a12eb50b..c671871031 100644
--- a/src/drivers/i2c/ww_ring/Kconfig
+++ b/src/drivers/i2c/ww_ring/Kconfig
@@ -1,3 +1,2 @@
config DRIVERS_I2C_WW_RING
bool
- depends on CHROMEOS