From 449fb9b6eb886a6bd364f9f5c5617e30152c013d Mon Sep 17 00:00:00 2001 From: Omar Pakker Date: Fri, 29 Jul 2016 19:05:33 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/15967 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/superio/nuvoton/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio/nuvoton/Makefile.inc') 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 -- cgit v1.2.3