summaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/google/chromeec/Kconfig')
-rw-r--r--src/ec/google/chromeec/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ec/google/chromeec/Kconfig b/src/ec/google/chromeec/Kconfig
index b8d34443f4..ce96da7b99 100644
--- a/src/ec/google/chromeec/Kconfig
+++ b/src/ec/google/chromeec/Kconfig
@@ -9,3 +9,10 @@ config EC_GOOGLE_API_ROOT
default "/usr/include"
help
Path to the ec API file (ec/ec_commands.h).
+
+config EC_GOOGLE_CHROMEEC_LPC
+ depends on EC_GOOGLE_CHROMEEC
+ bool
+ default y if ARCH_X86
+ help
+ Google Chrome EC via LPC bus.