blob: b8d34443f49a9949da829bb2bedb807d78677a2f [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).