cpu/intel: Add socket types
[coreboot2.git] / src / ec / acpi / Kconfig
blob81fc6f4919369fdd5f5bb706958c7f2dfecc1eb1
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config EC_ACPI
4         bool
5         help
6           ACPI Embedded Controller interface. Mostly found in laptops.
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.