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:
parent
425b61e102
commit
b335c3de42
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue