summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-26 09:29:40 -0600
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:16 -0600
commit47cb8c654be8849db9035f3703bbcdd1af21c63e (patch)
treee01958ee5c1d2dc617af2f30e3be7dde7630bde7 /drivers/misc
parent3fbb78711ca6a80151dc847409f913053bb7d985 (diff)
downloadblackbird-obmc-uboot-47cb8c654be8849db9035f3703bbcdd1af21c63e.tar.gz
blackbird-obmc-uboot-47cb8c654be8849db9035f3703bbcdd1af21c63e.zip
sandbox: cros_ec: Add Kconfig for sandbox EC config
Move CONFIG_CROS_EC_SANDBOX to Kconfig. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 1ec9b221ff..0e571d91ea 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -35,6 +35,15 @@ config CROS_EC_LPC
through a legacy port interface, so on x86 machines the main
function of the EC is power and thermal management.
+config CROS_EC_SANDBOX
+ bool "Enable Chrome OS EC sandbox driver"
+ depends on CROS_EC && SANDBOX
+ help
+ Enable a sandbox emulation of the Chrome OS EC. This supports
+ keyboard (use the -l flag to enable the LCD), verified boot context,
+ EC flash read/write/erase support and a few other things. It is
+ enough to perform a Chrome OS verified boot on sandbox.
+
config CROS_EC_SPI
bool "Enable Chrome OS EC SPI driver"
depends on CROS_EC
OpenPOWER on IntegriCloud