| Submitter | Simon Glass |
|---|---|
| Date | Oct. 13, 2012, 12:02 a.m. |
| Message ID | <1350086571-16580-1-git-send-email-sjg@chromium.org> |
| Download | mbox | patch |
| Permalink | /patch/191250/ |
| State | Superseded, archived |
| Delegated to: | Simon Glass |
| Headers | show |
Comments
Patch
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. */
Add support for an i8042 keyboard controller. Signed-off-by: Simon Glass <sjg@chromium.org> --- include/configs/coreboot.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)