diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-10-18 10:29:39 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-12-16 21:18:07 +0100 |
commit | bfea6cc2e07865fe8ae49aacd6af390d83b3c6c7 (patch) | |
tree | 8a5060366e318545c30f6ded0982db381a4ef191 /src/superio/winbond/Kconfig | |
parent | b59c5de056058899e5ea891d2fd65824a7df7887 (diff) |
Drop obsolete SuperIOs used by GX1 systems only
Drop two SuperIOs that were only used by GX1 systems, and are not used anymore.
* winbond/w83977f
* nsc/pc87351
Change-Id: I8a8eacb0f862b5d08ccfd87f8db503b0ab3c5700
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/7118
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/superio/winbond/Kconfig')
-rw-r--r-- | src/superio/winbond/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/winbond/Kconfig b/src/superio/winbond/Kconfig index 1a0e6a8668..b72e413655 100644 --- a/src/superio/winbond/Kconfig +++ b/src/superio/winbond/Kconfig @@ -47,10 +47,6 @@ config SUPERIO_WINBOND_W83697HF bool select SUPERIO_WINBOND_COMMON_ROMSTAGE -config SUPERIO_WINBOND_W83977F - bool - select SUPERIO_WINBOND_COMMON_ROMSTAGE - config SUPERIO_WINBOND_W83977TF bool select SUPERIO_WINBOND_COMMON_ROMSTAGE |