blob: 0bab195f23adad31bd9b80dc8cb79ae9074b47e5 [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##
Stefan Reinauer6559f432010-12-17 00:13:54 +000016
Stefan Reinauera48ca842015-04-04 01:58:28 +020017config SUPERIO_WANTS_14MHZ_CLOCK
18 bool
19
Jonathan A. Kollasch260a01f2015-07-12 11:49:16 -050020config SUPERIO_SMSC_DME1737
21 bool
Stefan Reinauer9e7a5d42010-05-16 14:08:32 +000022config SUPERIO_SMSC_FDC37N972
23 bool
Myles Watsonfa1edda2009-08-27 22:41:56 +000024config SUPERIO_SMSC_LPC47B272
Patrick Georgi0588d192009-08-12 15:00:51 +000025 bool
Myles Watsonfa1edda2009-08-27 22:41:56 +000026config SUPERIO_SMSC_LPC47B397
Patrick Georgi0588d192009-08-12 15:00:51 +000027 bool
Myles Watsonfa1edda2009-08-27 22:41:56 +000028config SUPERIO_SMSC_LPC47M10X
Patrick Georgi0588d192009-08-12 15:00:51 +000029 bool
Myles Watson4ec4fbe2009-10-28 18:51:47 +000030config SUPERIO_SMSC_LPC47M15X
31 bool
Edward O'Callaghand76ac632015-01-04 17:21:52 +110032config SUPERIO_SMSC_LPC47N207
33 bool
Myles Watsonfa1edda2009-08-27 22:41:56 +000034config SUPERIO_SMSC_LPC47N217
Patrick Georgi0588d192009-08-12 15:00:51 +000035 bool
Stefan Reinauer55426df2010-01-17 13:50:17 +000036config SUPERIO_SMSC_LPC47N227
37 bool
Stefan Reinauer9e7a5d42010-05-16 14:08:32 +000038config SUPERIO_SMSC_SIO10N268
39 bool
Stefan Reinauer6626d6a2012-03-30 15:10:07 -070040config SUPERIO_SMSC_SIO1007
41 bool
Frank Vibrans7b904d82011-02-14 19:00:13 +000042config SUPERIO_SMSC_KBC1100
43 bool
Stefan Reinauerd3801f42012-03-30 15:12:22 -070044config SUPERIO_SMSC_MEC1308
45 bool
Myles Watsonfa1edda2009-08-27 22:41:56 +000046config SUPERIO_SMSC_SMSCSUPERIO
Patrick Georgi0588d192009-08-12 15:00:51 +000047 bool
Jens Rottmann3914a312013-02-19 15:01:06 +010048 select SUPERIO_WANTS_14MHZ_CLOCK
Kerry Sheh3c71a852012-02-07 20:31:40 +080049config SUPERIO_SMSC_SIO1036
50 bool
Kerry Shehc94940c2012-02-07 20:31:40 +080051config SUPERIO_SMSC_SCH4037
52 bool