repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
util/intelp2m: Print the current project version
[coreboot2.git]
/
src
/
mainboard
/
google
/
cyan
/
acpi
/
ec.asl
blob
09c6cbda7a8975477ab4bb30ec44c71b91df7778
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/* mainboard configuration */
4
#include <ec.h>
5
6
/* Enable LID switch */
7
#define EC_ENABLE_LID_SWITCH
8
9
/* ACPI code for EC functions */
10
#include <ec/google/chromeec/acpi/ec.asl>