blob: ce96da7b990306ed4f373eb14fa5a966f14c7f30 [file] [log] [blame]
Stefan Reinauerd6682e82013-02-21 15:39:35 -08001config EC_GOOGLE_CHROMEEC
2 bool
3 help
4 Google's Chrome EC
5
6config EC_GOOGLE_API_ROOT
7 depends on EC_GOOGLE_CHROMEEC
8 string "Path to the EC API include file"
9 default "/usr/include"
10 help
11 Path to the ec API file (ec/ec_commands.h).
Hung-Te Lina904f9e2013-04-11 15:58:12 +080012
13config EC_GOOGLE_CHROMEEC_LPC
14 depends on EC_GOOGLE_CHROMEEC
15 bool
16 default y if ARCH_X86
17 help
18 Google Chrome EC via LPC bus.