libpayload-x86: keyboard: Use i8042 driver

Make use of i8042 driver in keyboard.c.

Required to add PS/2 mouse support.

Tested on Lenovo T500.

Change-Id: If60b5ed922b8fc4b552d0bfd9fe20c0fd6c776bf
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/18596
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Rudolph
2017-02-04 17:44:17 +01:00
committed by Patrick Georgi
parent 717ba74836
commit 52165966f3
2 changed files with 39 additions and 32 deletions

View File

@@ -331,6 +331,7 @@ config FONT_SCALE_FACTOR
config PC_I8042
bool "A common PC i8042 driver"
default y if PC_KEYBOARD
default n
help
To be used by PC_KEYBOARD and PC_MOUSE.