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 |
Kerry Sheh | c94940c | 2012-02-07 20:31:40 +0800 | [diff] [blame] | 5 | ## Copyright (C) 2012 Advanced Micro Devices, Inc. |
Stefan Reinauer | 6559f43 | 2010-12-17 00:13:54 +0000 | [diff] [blame] | 6 | ## |
| 7 | ## This program is free software; you can redistribute it and/or modify |
| 8 | ## it under the terms of the GNU General Public License as published by |
| 9 | ## the Free Software Foundation; version 2 of the License. |
| 10 | ## |
| 11 | ## This program is distributed in the hope that it will be useful, |
| 12 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | ## GNU General Public License for more details. |
| 15 | ## |
| 16 | ## You should have received a copy of the GNU General Public License |
| 17 | ## along with this program; if not, write to the Free Software |
Paul Menzel | a46a712 | 2013-02-23 18:37:27 +0100 | [diff] [blame] | 18 | ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
Stefan Reinauer | 6559f43 | 2010-12-17 00:13:54 +0000 | [diff] [blame] | 19 | ## |
| 20 | |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 21 | config SUPERIO_SMSC_FDC37M60X |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 22 | bool |
Stefan Reinauer | 9e7a5d4 | 2010-05-16 14:08:32 +0000 | [diff] [blame] | 23 | config SUPERIO_SMSC_FDC37N972 |
| 24 | bool |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 25 | config SUPERIO_SMSC_LPC47B272 |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 26 | bool |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 27 | config SUPERIO_SMSC_LPC47B397 |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 28 | bool |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 29 | config SUPERIO_SMSC_LPC47M10X |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 30 | bool |
Myles Watson | 4ec4fbe | 2009-10-28 18:51:47 +0000 | [diff] [blame] | 31 | config SUPERIO_SMSC_LPC47M15X |
| 32 | bool |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 33 | config SUPERIO_SMSC_LPC47N217 |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 34 | bool |
Stefan Reinauer | 55426df | 2010-01-17 13:50:17 +0000 | [diff] [blame] | 35 | config SUPERIO_SMSC_LPC47N227 |
| 36 | bool |
Stefan Reinauer | 9e7a5d4 | 2010-05-16 14:08:32 +0000 | [diff] [blame] | 37 | config SUPERIO_SMSC_SIO10N268 |
| 38 | bool |
Stefan Reinauer | 6626d6a | 2012-03-30 15:10:07 -0700 | [diff] [blame] | 39 | config SUPERIO_SMSC_SIO1007 |
| 40 | bool |
Frank Vibrans | 7b904d8 | 2011-02-14 19:00:13 +0000 | [diff] [blame] | 41 | config SUPERIO_SMSC_KBC1100 |
| 42 | bool |
Stefan Reinauer | d3801f4 | 2012-03-30 15:12:22 -0700 | [diff] [blame] | 43 | config SUPERIO_SMSC_MEC1308 |
| 44 | bool |
Myles Watson | fa1edda | 2009-08-27 22:41:56 +0000 | [diff] [blame] | 45 | config SUPERIO_SMSC_SMSCSUPERIO |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 46 | bool |
Jens Rottmann | 3914a31 | 2013-02-19 15:01:06 +0100 | [diff] [blame] | 47 | select SUPERIO_WANTS_14MHZ_CLOCK |
Kerry Sheh | 3c71a85 | 2012-02-07 20:31:40 +0800 | [diff] [blame] | 48 | config SUPERIO_SMSC_SIO1036 |
| 49 | bool |
Kerry Sheh | c94940c | 2012-02-07 20:31:40 +0800 | [diff] [blame] | 50 | config SUPERIO_SMSC_SCH4037 |
| 51 | bool |