aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/common/Kconfig
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2018-10-14 02:39:46 +0000
committerPatrick Georgi <pgeorgi@google.com>2018-10-18 15:01:27 +0000
commit26cf00ab498a78b59c9170d38d6ee7ced930259c (patch)
treeae300f5c0ff2b489db92493e1ba77c2ca1a82c93 /src/ec/google/common/Kconfig
parentc2ef1029fabfccbdd3e86c5f659f83109313c9f9 (diff)
ec/google/common: Add a common MEC interface
In order to re-use the MEC interface code in the Chrome EC driver move it to a common directory within the ec/google directory. The Chrome EC driver itself is changed to use this interface in the next commit, and future commits will introduce a new EC that also uses this interface. Change-Id: I13516b5e4c4c49f53bb998366284a26703142e2a Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/29111 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/ec/google/common/Kconfig')
-rw-r--r--src/ec/google/common/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ec/google/common/Kconfig b/src/ec/google/common/Kconfig
new file mode 100644
index 0000000000..2e138a555f
--- /dev/null
+++ b/src/ec/google/common/Kconfig
@@ -0,0 +1,4 @@
+config EC_GOOGLE_COMMON_MEC
+ bool
+ help
+ Google common EC functions for Microchip EMI region.