blob: 34bc60cf1d308234c3b83484c9d42f06982460e7 [file] [log] [blame]
Stefan Reinauer6559f432010-12-17 00:13:54 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2009 Ronald G. Minnich
Kerry Shehc94940c2012-02-07 20:31:40 +08005## Copyright (C) 2012 Advanced Micro Devices, Inc.
Stefan Reinauer6559f432010-12-17 00:13:54 +00006##
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 Menzela46a7122013-02-23 18:37:27 +010018## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Stefan Reinauer6559f432010-12-17 00:13:54 +000019##
20
Myles Watsonfa1edda2009-08-27 22:41:56 +000021config SUPERIO_SMSC_FDC37M60X
Patrick Georgi0588d192009-08-12 15:00:51 +000022 bool
Stefan Reinauer9e7a5d42010-05-16 14:08:32 +000023config SUPERIO_SMSC_FDC37N972
24 bool
Myles Watsonfa1edda2009-08-27 22:41:56 +000025config SUPERIO_SMSC_LPC47B272
Patrick Georgi0588d192009-08-12 15:00:51 +000026 bool
Myles Watsonfa1edda2009-08-27 22:41:56 +000027config SUPERIO_SMSC_LPC47B397
Patrick Georgi0588d192009-08-12 15:00:51 +000028 bool
Myles Watsonfa1edda2009-08-27 22:41:56 +000029config SUPERIO_SMSC_LPC47M10X
Patrick Georgi0588d192009-08-12 15:00:51 +000030 bool
Myles Watson4ec4fbe2009-10-28 18:51:47 +000031config SUPERIO_SMSC_LPC47M15X
32 bool
Edward O'Callaghand76ac632015-01-04 17:21:52 +110033config SUPERIO_SMSC_LPC47N207
34 bool
Myles Watsonfa1edda2009-08-27 22:41:56 +000035config SUPERIO_SMSC_LPC47N217
Patrick Georgi0588d192009-08-12 15:00:51 +000036 bool
Stefan Reinauer55426df2010-01-17 13:50:17 +000037config SUPERIO_SMSC_LPC47N227
38 bool
Stefan Reinauer9e7a5d42010-05-16 14:08:32 +000039config SUPERIO_SMSC_SIO10N268
40 bool
Stefan Reinauer6626d6a2012-03-30 15:10:07 -070041config SUPERIO_SMSC_SIO1007
42 bool
Frank Vibrans7b904d82011-02-14 19:00:13 +000043config SUPERIO_SMSC_KBC1100
44 bool
Stefan Reinauerd3801f42012-03-30 15:12:22 -070045config SUPERIO_SMSC_MEC1308
46 bool
Myles Watsonfa1edda2009-08-27 22:41:56 +000047config SUPERIO_SMSC_SMSCSUPERIO
Patrick Georgi0588d192009-08-12 15:00:51 +000048 bool
Jens Rottmann3914a312013-02-19 15:01:06 +010049 select SUPERIO_WANTS_14MHZ_CLOCK
Kerry Sheh3c71a852012-02-07 20:31:40 +080050config SUPERIO_SMSC_SIO1036
51 bool
Kerry Shehc94940c2012-02-07 20:31:40 +080052config SUPERIO_SMSC_SCH4037
53 bool