From 6b44ae6b06967cefd6dbc1993827593341fd62f7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 11 Nov 2015 10:05:43 -0700 Subject: x86: Add an i8042 device for boards that have it Some boards have an i8042 device. Enable the driver for all x86 boards, and add a device tree node for those which may have this keyboard. Also adjust the configuration so that i8042 is always separate from the VGA, and rename the stdin driver accordingly. With this commit the keyboard will not work, but it is fixed in the next commit. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- include/configs/minnowmax.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/minnowmax.h') diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index a20552e..95d356a 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -42,7 +42,6 @@ #define VIDEO_IO_OFFSET 0 #define CONFIG_X86EMU_RAW_IO -#define CONFIG_VGA_AS_SINGLE_DEVICE #define CONFIG_FIT_SIGNATURE #define CONFIG_RSA -- cgit v1.1