From 18fed3dda68a29abf8bee987bc60a64258d2a83f Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 16 May 2015 21:51:17 -0500 Subject: superio/nuvoton: Add support for Nuvoton NCT6779D Add support for Nuvoton NCT6779D, using NCT6776 as a baseline Change-Id: I020a21267f7e30bdea4bb5f83d67bd94082fdf05 Signed-off-by: Matt DeVillier Reviewed-on: http://review.coreboot.org/10232 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/superio/nuvoton/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/superio/nuvoton/Kconfig') diff --git a/src/superio/nuvoton/Kconfig b/src/superio/nuvoton/Kconfig index dd387a1f6c..13de1b1933 100644 --- a/src/superio/nuvoton/Kconfig +++ b/src/superio/nuvoton/Kconfig @@ -36,3 +36,6 @@ config SUPERIO_NUVOTON_NCT5572D config SUPERIO_NUVOTON_NCT6776 bool select SUPERIO_NUVOTON_COMMON_ROMSTAGE +config SUPERIO_NUVOTON_NCT6779D + bool + select SUPERIO_NUVOTON_COMMON_ROMSTAGE -- cgit v1.2.3