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> 11