summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-08-26 17:45:20 -0400
committerTom Rini <trini@konsulko.com>2019-08-26 17:45:20 -0400
commit12277acda0802e4517ca82842c71aae723f0da16 (patch)
tree34a610694fdcee8f19f81337f6658a84210262ee /drivers/misc
parent7a4b0bc5fe70225ae3595ba81d1473c06fd6b83b (diff)
parent44de15d6867c246e7a09ef061d3de56e1799a606 (diff)
Merge branch '2019-08-26-master-imports'
- Assorted minor bugfixes
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index cb8b5c04db..8037b6ee2d 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -88,6 +88,7 @@ config CROS_EC
config SPL_CROS_EC
bool "Enable Chrome OS EC in SPL"
+ depends on SPL
help
Enable access to the Chrome OS EC in SPL. This is a separate
microcontroller typically available on a SPI bus on Chromebooks. It
@@ -97,6 +98,7 @@ config SPL_CROS_EC
config TPL_CROS_EC
bool "Enable Chrome OS EC in TPL"
+ depends on TPL
help
Enable access to the Chrome OS EC in TPL. This is a separate
microcontroller typically available on a SPI bus on Chromebooks. It