blob: d13b0bd5c593fec13d0fc43ff23309cc823d6129 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* mainboard configuration */
#include "../ec.h"
#define SIO_EC_ENABLE_PS2K // Enable PS/2 Keyboard
/* ACPI code for EC SuperIO functions */
#include "../../../../ec/compal/ene932/acpi/superio.asl"
|