diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-04 22:41:47 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-11-16 17:44:54 +0100 |
commit | 474ff3dee54e81017587f53ce644307e4f655333 (patch) | |
tree | 557c9a2032ad63014f92c1f563a8968b4e12943c /src/superio/nuvoton/Kconfig | |
parent | 72e33a75cb68de1048d8b12f296de1be4cb08c9b (diff) |
Revert "Drop SuperIO nuvoton/nct6779d"
This reverts commit 42444f6f53d47604d9a44c9e109b5717efaed74f.
Change-Id: Ifaaaad715d94c3c9ff365745aa2e6ee546924f4f
Reviewed-on: http://review.coreboot.org/12328
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/superio/nuvoton/Kconfig')
-rw-r--r-- | src/superio/nuvoton/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/superio/nuvoton/Kconfig b/src/superio/nuvoton/Kconfig index 9c45ef9888..ce7db261a0 100644 --- a/src/superio/nuvoton/Kconfig +++ b/src/superio/nuvoton/Kconfig @@ -28,3 +28,7 @@ config SUPERIO_NUVOTON_NCT5104D config SUPERIO_NUVOTON_NCT5572D bool select SUPERIO_NUVOTON_COMMON_ROMSTAGE + +config SUPERIO_NUVOTON_NCT6779D + bool + select SUPERIO_NUVOTON_COMMON_ROMSTAGE |