diff options
author | Angel Pons <th3fanbus@gmail.com> | 2019-03-10 13:17:29 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-14 11:30:17 +0000 |
commit | 4886cfc50a165ddfe10874611c580f604f172e48 (patch) | |
tree | 026a643f8adbe5d5336df009b0ccbfd7b0472623 /src/mainboard/gigabyte/ga-h61m-s2pv | |
parent | c3de6203a75fb31ca7f4f222aad0560e39feffe0 (diff) | |
download | coreboot-4886cfc50a165ddfe10874611c580f604f172e48.tar.xz |
gigabyte/ga-h61m-s2pv: fix PS/2 ACPI
Change-Id: Ia806d8470aa36e04f1b0b714a80d4e7b1eb80100
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31831
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/gigabyte/ga-h61m-s2pv')
-rw-r--r-- | src/mainboard/gigabyte/ga-h61m-s2pv/acpi/superio.asl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/gigabyte/ga-h61m-s2pv/acpi/superio.asl b/src/mainboard/gigabyte/ga-h61m-s2pv/acpi/superio.asl index 78bf687938..450c7fda75 100644 --- a/src/mainboard/gigabyte/ga-h61m-s2pv/acpi/superio.asl +++ b/src/mainboard/gigabyte/ga-h61m-s2pv/acpi/superio.asl @@ -13,7 +13,4 @@ * GNU General Public License for more details. */ -/* mainboard configuration */ - -#define SIO_EC_ENABLE_PS2K // Enable PS/2 Keyboard -#define SIO_ENABLE_PS2M // Enable PS/2 Mouse +#include <drivers/pc80/pc/ps2_controller.asl> |