diff options
author | Simon Glass | 2015-11-11 10:05:43 -0700 |
---|---|---|
committer | Simon Glass | 2015-11-19 20:13:41 -0700 |
commit | 6b44ae6b06967cefd6dbc1993827593341fd62f7 (patch) | |
tree | cf450b7527041cbdfd0891b62537236dc394fad2 /include/configs/chromebox_panther.h | |
parent | b0abfeff982a022d8198ef526b96d57037fe0c14 (diff) |
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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/chromebox_panther.h')
-rw-r--r-- | include/configs/chromebox_panther.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/chromebox_panther.h b/include/configs/chromebox_panther.h index dc732b810f9..00fe26da296 100644 --- a/include/configs/chromebox_panther.h +++ b/include/configs/chromebox_panther.h @@ -14,6 +14,4 @@ /* Avoid a warning in the Realtek Ethernet driver */ #define CONFIG_SYS_CACHELINE_SIZE 16 -#define CONFIG_VGA_AS_SINGLE_DEVICE - #endif /* __CONFIG_H */ |