chromeec: Move SERIQ mode to LPC option

SERIRQ_CONTINUOUS_MODE is specific feature of LPC busses.
This fixes a KCONFIG unmet dependency warning on ARM mainboards with
chromeec.

Change-Id: Iae61986219585dcb1124cf3b24fa32a8596d56c8
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-on: http://review.coreboot.org/8665
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Marc Jones 2015-03-13 14:26:08 -06:00
parent 425b61e102
commit b335c3de42
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
config EC_GOOGLE_CHROMEEC
bool
select SERIRQ_CONTINUOUS_MODE
help
Google's Chrome EC
@ -23,6 +22,7 @@ config EC_GOOGLE_CHROMEEC_I2C_CHIP
config EC_GOOGLE_CHROMEEC_LPC
depends on EC_GOOGLE_CHROMEEC && ARCH_X86 # Needs Plug-and-play.
def_bool y
select SERIRQ_CONTINUOUS_MODE
help
Google Chrome EC via LPC bus.