Stefan Reinauer | 6559f43 | 2010-12-17 00:13:54 +0000 | [diff] [blame] | 1 | ## |
| 2 | ## This file is part of the coreboot project. |
| 3 | ## |
| 4 | ## Copyright (C) 2009 Ronald G. Minnich |
| 5 | ## |
| 6 | ## This program is free software; you can redistribute it and/or modify |
| 7 | ## it under the terms of the GNU General Public License as published by |
| 8 | ## the Free Software Foundation; version 2 of the License. |
| 9 | ## |
| 10 | ## This program is distributed in the hope that it will be useful, |
| 11 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | ## GNU General Public License for more details. |
| 14 | ## |
| 15 | ## You should have received a copy of the GNU General Public License |
| 16 | ## along with this program; if not, write to the Free Software |
| 17 | ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 18 | ## |
| 19 | |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 20 | config SUPERIO_SMSC_FDC37M60X |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 21 | bool |
Stefan Reinauer | 9e7a5d4 | 2010-05-16 14:08:32 +0000 | [diff] [blame] | 22 | config SUPERIO_SMSC_FDC37N972 |
| 23 | bool |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 24 | config SUPERIO_SMSC_LPC47B272 |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 25 | bool |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 26 | config SUPERIO_SMSC_LPC47B397 |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 27 | bool |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 28 | config SUPERIO_SMSC_LPC47M10X |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 29 | bool |
Myles Watson | 4ec4fbe | 2009-10-28 18:51:47 +0000 | [diff] [blame] | 30 | config SUPERIO_SMSC_LPC47M15X |
| 31 | bool |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 32 | config SUPERIO_SMSC_LPC47N217 |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 33 | bool |
Stefan Reinauer | 55426df | 2010-01-17 13:50:17 +0000 | [diff] [blame] | 34 | config SUPERIO_SMSC_LPC47N227 |
| 35 | bool |
Stefan Reinauer | 9e7a5d4 | 2010-05-16 14:08:32 +0000 | [diff] [blame] | 36 | config SUPERIO_SMSC_SIO10N268 |
| 37 | bool |
Frank Vibrans | 7b904d8 | 2011-02-14 19:00:13 +0000 | [diff] [blame] | 38 | config SUPERIO_SMSC_KBC1100 |
| 39 | bool |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 40 | config SUPERIO_SMSC_SMSCSUPERIO |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 41 | bool |