blob: 45f8a7713b05b286765a1a3e0afa7e5a14a5a232 (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* mainboard configuration */
#include "../ec.h"
#define EC_SCI_GPE 23 // GPIO7 << 16 to GPE bit for Runtime SCI
/* ACPI code for EC functions */
#include "../../../../ec/compal/ene932/acpi/ec.asl"
|