Add support for an i8042 keyboard controller. Signed-off-by: Simon Glass <s...@chromium.org> --- include/configs/coreboot.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 0e89242..a0d3d44 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -50,6 +50,8 @@ */ #define CONFIG_RTC_MC146818 #define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0 +#define CONFIG_SYS_ISA_IO CONFIG_SYS_ISA_IO_BASE_ADDRESS + /*----------------------------------------------------------------------- * Serial Configuration @@ -99,6 +101,8 @@ #undef CONFIG_VIDEO #undef CONFIG_CFB_CONSOLE +#define CONFIG_I8042_KBD + /*----------------------------------------------------------------------- * Command line configuration. */ -- 1.7.7.3 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot