util/intelp2m: Print the current project version
[coreboot2.git] / src / mainboard / google / cyan / acpi / superio.asl
blob32519f57a9a4b0a1234c76447fed7c6a5db47a00
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* mainboard configuration */
4 #include <ec.h>
5 #include <variant/onboard.h>
7 #define SIO_EC_MEMMAP_ENABLE     /* EC Memory Map Resources */
8 #define SIO_EC_HOST_ENABLE       /* EC Host Interface Resources */
9 #define SIO_EC_ENABLE_PS2K       /* Enable PS/2 Keyboard */
11 /* Override default IRQ settings */
12 #define SIO_EC_PS2K_IRQ GpioInt (Edge, ActiveLow, ExclusiveAndWake, PullDefault,,\
13                                  "\\_SB.GPNC") { BOARD_I8042_GPIO_INDEX }
15 /* ACPI code for EC SuperIO functions */
16 #include <ec/google/chromeec/acpi/superio.asl>