diff options
Diffstat (limited to 'src')
-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> |