blob: 0aaf9f4e1b995fa9f889e5d2dde1680227a8547a [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
Patrick Georgib890a122015-03-26 15:17:45 +010018## Foundation, Inc.
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_IT8671F
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_IT8712F
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_IT8716F
35 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100036 select SUPERIO_ITE_COMMON_ROMSTAGE
37
Myles Watson5ec97102009-10-19 19:08:18 +000038config SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL
39 bool
Myles Watson15295762009-10-20 13:40:30 +000040 depends on SUPERIO_ITE_IT8716F
Myles Watson5ec97102009-10-19 19:08:18 +000041 default n
Edward O'Callaghanf2920022014-04-27 00:41:50 +100042 select SUPERIO_ITE_COMMON_ROMSTAGE
43
Patrick Georgi0588d192009-08-12 15:00:51 +000044config SUPERIO_ITE_IT8718F
45 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100046 select SUPERIO_ITE_COMMON_ROMSTAGE
47
QingPei Wange169f822011-09-13 13:35:43 +080048config SUPERIO_ITE_IT8721F
49 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100050 select SUPERIO_ITE_COMMON_ROMSTAGE
51
Damien Zammit4c2ebeb2013-07-20 17:44:15 +100052config SUPERIO_ITE_IT8728F
53 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100054 select SUPERIO_ITE_COMMON_ROMSTAGE
55
Stefan Reinauerb0dd1d92012-03-30 15:04:07 -070056config SUPERIO_ITE_IT8772F
57 bool
Edward O'Callaghanf2920022014-04-27 00:41:50 +100058 select SUPERIO_ITE_COMMON_ROMSTAGE