aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nuvoton/Makefile.inc
diff options
context:
space:
mode:
authorOmar Pakker <omarpakker+coreboot@gmail.com>2016-07-29 19:05:33 +0200
committerMartin Roth <martinroth@google.com>2016-07-31 19:42:49 +0200
commit449fb9b6eb886a6bd364f9f5c5617e30152c013d (patch)
tree34750cd6a45017ea113a604a8c7a57b7cadb68c9 /src/superio/nuvoton/Makefile.inc
parent2a600263dcd49249467bec43c483ddfae91a4cde (diff)
superio/nuvoton: Add Nuvoton NCT6791D
This adds support for Nuvoton NCT6791D Super I/O chips. Makes use of the common Nuvoton early_serial.c. Based on the Datasheet supplied by Nuvoton. Datasheet Version: January 8th, 2016 Revision 1.11 Change-Id: I027d33b85f0dc6ee50deebdccaecc74487eecb40 Signed-off-by: Omar Pakker <omarpakker+coreboot@gmail.com> Reviewed-on: https://review.coreboot.org/15967 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/nuvoton/Makefile.inc')
-rw-r--r--src/superio/nuvoton/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/nuvoton/Makefile.inc b/src/superio/nuvoton/Makefile.inc
index eb3dd5dc68..94cc6b7fc4 100644
--- a/src/superio/nuvoton/Makefile.inc
+++ b/src/superio/nuvoton/Makefile.inc
@@ -20,3 +20,4 @@ subdirs-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += wpcm450
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5104D) += nct5104d
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5572D) += nct5572d
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6779D) += nct6779d
+subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6791D) += nct6791d