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 |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 5 | ## Copyright (C) 2014 Edward O'Callaghan <eocallaghan@alterapraxis.com> |
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 |
Patrick Georgi | b890a12 | 2015-03-26 15:17:45 +0100 | [diff] [blame] | 18 | ## Foundation, Inc. |
Stefan Reinauer | 6559f43 | 2010-12-17 00:13:54 +0000 | [diff] [blame] | 19 | ## |
| 20 | |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 21 | # Generic ITE romstage driver - Just enough UART initialisation code for |
| 22 | # romstage. |
| 23 | config SUPERIO_ITE_COMMON_ROMSTAGE |
| 24 | bool |
Stefan Reinauer | 6559f43 | 2010-12-17 00:13:54 +0000 | [diff] [blame] | 25 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 26 | config SUPERIO_ITE_IT8661F |
| 27 | bool |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 28 | select SUPERIO_ITE_COMMON_ROMSTAGE |
| 29 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 30 | config SUPERIO_ITE_IT8671F |
| 31 | bool |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 32 | select SUPERIO_ITE_COMMON_ROMSTAGE |
| 33 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 34 | config SUPERIO_ITE_IT8712F |
| 35 | bool |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 36 | select SUPERIO_ITE_COMMON_ROMSTAGE |
| 37 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 38 | config SUPERIO_ITE_IT8716F |
| 39 | bool |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 40 | select SUPERIO_ITE_COMMON_ROMSTAGE |
| 41 | |
Myles Watson | 5ec9710 | 2009-10-19 19:08:18 +0000 | [diff] [blame] | 42 | config SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL |
| 43 | bool |
Myles Watson | 1529576 | 2009-10-20 13:40:30 +0000 | [diff] [blame] | 44 | depends on SUPERIO_ITE_IT8716F |
Myles Watson | 5ec9710 | 2009-10-19 19:08:18 +0000 | [diff] [blame] | 45 | default n |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 46 | select SUPERIO_ITE_COMMON_ROMSTAGE |
| 47 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 48 | config SUPERIO_ITE_IT8718F |
| 49 | bool |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 50 | select SUPERIO_ITE_COMMON_ROMSTAGE |
| 51 | |
QingPei Wang | e169f82 | 2011-09-13 13:35:43 +0800 | [diff] [blame] | 52 | config SUPERIO_ITE_IT8721F |
| 53 | bool |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 54 | select SUPERIO_ITE_COMMON_ROMSTAGE |
| 55 | |
Damien Zammit | 4c2ebeb | 2013-07-20 17:44:15 +1000 | [diff] [blame] | 56 | config SUPERIO_ITE_IT8728F |
| 57 | bool |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 58 | select SUPERIO_ITE_COMMON_ROMSTAGE |
| 59 | |
Stefan Reinauer | b0dd1d9 | 2012-03-30 15:04:07 -0700 | [diff] [blame] | 60 | config SUPERIO_ITE_IT8772F |
| 61 | bool |
Edward O'Callaghan | f292002 | 2014-04-27 00:41:50 +1000 | [diff] [blame] | 62 | select SUPERIO_ITE_COMMON_ROMSTAGE |