Add basic support for IT5571E
The IT5571E is nearly identical to the IT5570E. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
13dd6a1038
commit
dc482dd11a
@ -2,7 +2,7 @@
|
||||
|
||||
#include <ec/espi.h>
|
||||
|
||||
#if CONFIG_EC_ITE_IT5570E
|
||||
#if CONFIG_EC_ITE_IT5570E || CONFIG_EC_ITE_IT5571E
|
||||
|
||||
// Not all wires are defined or implemented
|
||||
// Index 2 - AP to EC
|
||||
@ -68,4 +68,4 @@ void vw_set(struct VirtualWire *vw, enum VirtualWireState state) __critical {
|
||||
*vw->index = index;
|
||||
}
|
||||
|
||||
#endif // CONFIG_EC_ITE_IT5570E
|
||||
#endif // CONFIG_EC_ITE_IT5570E || CONFIG_EC_ITE_IT5571E
|
||||
|
Reference in New Issue
Block a user