• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2
3config EC_ACPI
4	bool
5	help
6	  ACPI Embedded Controller interface. Mostly found in laptops.
7
8config 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.
13