summaryrefslogtreecommitdiffstats
path: root/src/ec/compal/ene932/acpi/superio.asl
blob: 6cbe94f75fa13e44737c452965d181728d0f0a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

// Scope is \_SB.PCI0.LPCB

Device (SIO) {
	Name (_HID, EisaId("PNP0A05"))
	Name (_UID, 0)

// Keyboard or AUX port (a.k.a Mouse)
#ifdef SIO_EC_ENABLE_PS2K
	#include <drivers/pc80/pc/ps2_controller.asl>
#endif
}