diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2012-03-30 15:04:07 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-04-02 18:40:10 +0200 |
commit | b0dd1d91f49eef80016a60bb09e2c1a8cfcc628e (patch) | |
tree | d97f8111e200712eed117982af580a5161bc9002 /src/superio/ite/Kconfig | |
parent | dc8448fd8be4768ef9d5f9b8cbcf28db0a2029be (diff) |
Add support for ITE IT8772F SuperI/O chip
Change-Id: I8e80c22eb0f3cb68f2457be6b2e7894df60ed632
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/822
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
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 d045bf46b0..5d92a96892 100644 --- a/src/superio/ite/Kconfig +++ b/src/superio/ite/Kconfig @@ -38,3 +38,5 @@ config SUPERIO_ITE_IT8718F bool config SUPERIO_ITE_IT8721F bool +config SUPERIO_ITE_IT8772F + bool |