diff options
author | Nico Huber <nico.huber@secunet.com> | 2016-09-30 11:44:13 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-12-07 20:02:17 +0100 |
commit | 5eef7b34c1bacdf7c95f9c95d144f7a22b281920 (patch) | |
tree | 61e15fb10b51ee294054c817602f8b0b70f39426 /src/superio/ite/Makefile.inc | |
parent | 21707cc29d58237b9311c9e00d176867e0a16fd0 (diff) | |
download | coreboot-5eef7b34c1bacdf7c95f9c95d144f7a22b281920.tar.xz |
sio/ite/it8783ef: New super i/o chip
This will be used by new Roda boards. Four UARTs and PS/2 keyboard and
mouse are exposed to ACPI. Since our boards only use the environment
controller part, most of the usual pnp interfaces are untested.
Change-Id: Ifeb0327ad115759411716f82585ace5ce55b8464
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/17287
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/superio/ite/Makefile.inc')
-rw-r--r-- | src/superio/ite/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/ite/Makefile.inc b/src/superio/ite/Makefile.inc index 487beb1709..fa3775a58a 100644 --- a/src/superio/ite/Makefile.inc +++ b/src/superio/ite/Makefile.inc @@ -26,3 +26,4 @@ subdirs-y += it8718f subdirs-y += it8721f subdirs-y += it8728f subdirs-y += it8772f +subdirs-y += it8783ef |