aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/acpi/superio.asl
blob: e3a31bc657b6f2bf09c9c959bdf1d15e8c4762a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

/* mainboard configuration */
#include <mainboard/google/auron/ec.h>

#define SIO_EC_MEMMAP_ENABLE     // EC Memory Map Resources
#define SIO_EC_HOST_ENABLE       // EC Host Interface Resources
#define SIO_EC_ENABLE_PS2K       // Enable PS/2 Keyboard
#define SIO_EC_ENABLE_COM1       // Enable Serial Port 1

/* ACPI code for EC SuperIO functions */
#include <ec/google/chromeec/acpi/superio.asl>