From 62adbc1bd61124f04405b9ee94b7172171546239 Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Wed, 9 Jan 2019 08:00:32 -0700 Subject: octopus: convert boards to use hardware int Recent kernel changes expect the EC to use a dedicated interrupt pin from the EC to the AP to notify the AP of pending sensor data (instead of using an eSPI "interrupt"). The octopus boards have this hardware support, we just need to enable the EC use it. BRANCH=octopus BUG=b:122552125,b:120679547 TEST=perform sensor tests on various octopus boards Change-Id: I2bd3ffe14947d5f1ec71acbb53fcac962b007cf9 Signed-off-by: Jett Rink Reviewed-on: https://chromium-review.googlesource.com/1403103 Reviewed-by: Enrico Granata --- board/bobba/board.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/bobba') diff --git a/board/bobba/board.h b/board/bobba/board.h index 92331821f9..0beed83d29 100644 --- a/board/bobba/board.h +++ b/board/bobba/board.h @@ -49,8 +49,6 @@ #define CONFIG_STEINHART_HART_3V3_13K7_47K_4050B #define CONFIG_STEINHART_HART_3V3_51K1_47K_4050B -#define CONFIG_MKBP_EVENT - #ifndef __ASSEMBLER__ /* support factory keyboard test */ -- cgit v1.2.1