blob: 8a5378df3a1216dfb5cbf46df7705393185be917 [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
Edward O'Callaghanf2920022014-04-27 00:41:50 +10005## Copyright (C) 2014 Edward O'Callaghan <eocallaghan@alterapraxis.com>
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
Edward O'Callaghanf2920022014-04-27 00:41:50 +100021# Generic ITE romstage driver - Just enough UART initialisation code for
22# romstage.
23config SUPERIO_ITE_COMMON_ROMSTAGE
24 bool
Stefan Reinauer6559f432010-12-17 00:13:54 +000025
Patrick Georgi0588d192009-08-12 15:00:51 +000026config SUPERIO_ITE_IT8661F
27 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100028 select SUPERIO_ITE_COMMON_ROMSTAGE
29
Patrick Georgi0588d192009-08-12 15:00:51 +000030config SUPERIO_ITE_IT8671F
31 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100032 select SUPERIO_ITE_COMMON_ROMSTAGE
33
Patrick Georgi0588d192009-08-12 15:00:51 +000034config SUPERIO_ITE_IT8712F
35 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100036 select SUPERIO_ITE_COMMON_ROMSTAGE
37
Patrick Georgi0588d192009-08-12 15:00:51 +000038config SUPERIO_ITE_IT8716F
39 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100040 select SUPERIO_ITE_COMMON_ROMSTAGE
41
Myles Watson5ec97102009-10-19 19:08:18 +000042config SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL
43 bool
Myles Watson15295762009-10-20 13:40:30 +000044 depends on SUPERIO_ITE_IT8716F
Myles Watson5ec97102009-10-19 19:08:18 +000045 default n
Edward O'Callaghanf2920022014-04-27 00:41:50 +100046 select SUPERIO_ITE_COMMON_ROMSTAGE
47
Patrick Georgi0588d192009-08-12 15:00:51 +000048config SUPERIO_ITE_IT8718F
49 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100050 select SUPERIO_ITE_COMMON_ROMSTAGE
51
QingPei Wange169f822011-09-13 13:35:43 +080052config SUPERIO_ITE_IT8721F
53 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100054 select SUPERIO_ITE_COMMON_ROMSTAGE
55
Damien Zammit4c2ebeb2013-07-20 17:44:15 +100056config SUPERIO_ITE_IT8728F
57 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100058 select SUPERIO_ITE_COMMON_ROMSTAGE
59
Stefan Reinauerb0dd1d92012-03-30 15:04:07 -070060config SUPERIO_ITE_IT8772F
61 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100062 select SUPERIO_ITE_COMMON_ROMSTAGE