[U-Boot] [PATCH] x86: coreboot: Enable i8042 keyboard
Simon Glass
sjg at chromium.org
Sat Oct 13 02:02:51 CEST 2012
Add support for an i8042 keyboard controller.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list