diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2024-02-14 12:39:08 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2024-06-09 11:14:25 +0000 |
commit | 3f56bd2394d6992b26e2d893f15333590149abd0 (patch) | |
tree | 2159ed7f060e7b8628b02aea33d4a5ecf0d6a81e /src/superio/ite/Makefile.mk | |
parent | e80b4c7f1a914c396cca0b76c60ca57c6587da95 (diff) |
superio/ite/it8659e: Add driver for ITE IT8659E
Based on the non-public "ITE IT8659E-I Preliminary Specification V0.7.2
(For H Version)".
TEST=Initialize IT8659E on the new Protectli platform
Change-Id: I11657ec6e1c880f0cee247071486a904a92bb7a1
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80497
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/superio/ite/Makefile.mk')
-rw-r--r-- | src/superio/ite/Makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/ite/Makefile.mk b/src/superio/ite/Makefile.mk index d44ade4e10..678ea95203 100644 --- a/src/superio/ite/Makefile.mk +++ b/src/superio/ite/Makefile.mk @@ -14,6 +14,7 @@ subdirs-y += it8528e subdirs-y += it8613e subdirs-y += it8623e subdirs-y += it8629e +subdirs-y += it8659e subdirs-y += it8712f subdirs-y += it8718f subdirs-y += it8720f |