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
cpu/intel: Add socket types
[coreboot2.git]
/
src
/
ec
/
acpi
/
Kconfig
blob
81fc6f4919369fdd5f5bb706958c7f2dfecc1eb1
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config EC_ACPI
4
bool
5
help
6
ACPI Embedded Controller interface. Mostly found in laptops.
7
8
config EC_SUPPORTS_DPTF_TEVT
9
bool
10
help
11
The EC ASL code supports calling of TEVT method when provided by
12
SoC or mainboard.