summaryrefslogtreecommitdiffstats
path: root/src/ec/acpi/Kconfig
blob: 81fc6f4919369fdd5f5bb706958c7f2dfecc1eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SPDX-License-Identifier: GPL-2.0-only

config EC_ACPI
	bool
	help
	  ACPI Embedded Controller interface. Mostly found in laptops.

config EC_SUPPORTS_DPTF_TEVT
	bool
	help
	  The EC ASL code supports calling of TEVT method when provided by
	  SoC or mainboard.