diff options
author | Teo Boon Tiong <boon.tiong.teo@intel.com> | 2016-09-05 16:00:07 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-01 22:29:18 +0200 |
commit | f95daa510d6c344199be3309afb86e8030521d05 (patch) | |
tree | 01b6d869e73cb55463dd0bb379b72886534b64b1 /src/superio/nuvoton/nct6776/Kconfig | |
parent | 3674c8240d89f030ed017e5c13298cb6a68ddd48 (diff) | |
download | coreboot-f95daa510d6c344199be3309afb86e8030521d05.tar.xz |
superio/nuvoton: Add back Nuvoton NCT6776 support
Revert commit 53552cc0 (Drop SuperIO nuvoton/nct6776),
removing the code as no other mainboard uses it.
The board Intel Saddle Brook uses this device, so add the
code back with minor adaptations.
Change-Id: I546879285ad8336e81798d0fbdf94f72e1fa61a2
Signed-off-by: Teo Boon Tiong <boon.tiong.teo@intel.com>
Reviewed-on: https://review.coreboot.org/16519
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/superio/nuvoton/nct6776/Kconfig')
-rw-r--r-- | src/superio/nuvoton/nct6776/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/superio/nuvoton/nct6776/Kconfig b/src/superio/nuvoton/nct6776/Kconfig new file mode 100644 index 0000000000..cf0fe21b78 --- /dev/null +++ b/src/superio/nuvoton/nct6776/Kconfig @@ -0,0 +1,23 @@ +## +## This file is part of the coreboot project. +## +## Copyright (C) 2011 - 2012 Advanced Micro Devices, Inc. +## Copyright (C) 2014 Felix Held <felix-coreboot@felixheld.de> +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; version 2 of the License. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## + +config SUPERIO_NUVOTON_NCT6776 + bool + select SUPERIO_NUVOTON_COMMON_ROMSTAGE + +config SUPERIO_NUVOTON_NCT6776_COM_A + bool + default n |