summaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/Kconfig
blob: ce96da7b990306ed4f373eb14fa5a966f14c7f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config EC_GOOGLE_CHROMEEC
	bool
	help
	  Google's Chrome EC

config EC_GOOGLE_API_ROOT
       depends on EC_GOOGLE_CHROMEEC
       string "Path to the EC API include file"
       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.