diff options
author | Damien Zammit <damien@zamaudio.com> | 2013-07-20 17:44:15 +1000 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-07-20 21:21:35 +0200 |
commit | 4c2ebeba78e437df2d156a4c68f1fb15b62926f5 (patch) | |
tree | c6c56ad5bc5a88dfbacd6df5205858d500a33982 /src/superio/ite/Kconfig | |
parent | ed621ada6309004c54ab922f2b4143427d6d1a84 (diff) |
it8728f: Add ITE IT8728F superio early serial support.
This is the first of a series of patches to provide support
for a new mainboard, Gigabyte GA-B75M-D3V.
This patch provides early serial for the superio and has been
tested on this mainboard. The code is based on IT8718F superio.
Change-Id: I5636199b49314166ed3b81e60b41131964dd44ff
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: http://review.coreboot.org/3794
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/superio/ite/Kconfig')
-rw-r--r-- | src/superio/ite/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/ite/Kconfig b/src/superio/ite/Kconfig index e1970e8bc4..0cf112fc39 100644 --- a/src/superio/ite/Kconfig +++ b/src/superio/ite/Kconfig @@ -38,5 +38,7 @@ config SUPERIO_ITE_IT8718F bool config SUPERIO_ITE_IT8721F bool +config SUPERIO_ITE_IT8728F + bool config SUPERIO_ITE_IT8772F bool |