Most of our boards support I2C interface for touchpad.
Remove the legacy PS/2 mouse interface on boards that can use I2C.
ACPI interface can be removed by the following change in DSDT:
- #include <drivers/pc80/pc/ps2_controller.asl>
+ #include <drivers/pc80/pc/ps2_keyboard.asl>
Most of our boards support I2C interface for touchpad.
Remove the legacy PS/2 mouse interface on boards that can use I2C.
ACPI interface can be removed by the following change in DSDT: