blob: f5778980cd9912b0164fd935d6fc9b497bffeb4b [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'Callaghancf7b4982014-04-23 21:52:25 +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'Callaghancf7b4982014-04-23 21:52:25 +100021# Generic Fintek romstage driver - Just enough UART initialisation code for
22# romstage.
23config SUPERIO_FINTEK_COMMON_ROMSTAGE
24 bool
25
Patrick Georgi0588d192009-08-12 15:00:51 +000026config SUPERIO_FINTEK_F71805F
27 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100028 select SUPERIO_FINTEK_COMMON_ROMSTAGE
29
Jonathan Kollaschab940df2010-11-11 22:25:55 +000030config SUPERIO_FINTEK_F71859
31 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100032 select SUPERIO_FINTEK_COMMON_ROMSTAGE
33
Wang Qing Pei42e7c322010-08-17 15:05:05 +000034config SUPERIO_FINTEK_F71863FG
35 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100036 select SUPERIO_FINTEK_COMMON_ROMSTAGE
37
Edward O'Callaghan962b6c02014-01-23 22:12:25 +110038config SUPERIO_FINTEK_F71869AD
39 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100040 select SUPERIO_FINTEK_COMMON_ROMSTAGE
41
Jonathan Kollaschab940df2010-11-11 22:25:55 +000042config SUPERIO_FINTEK_F71872
Marc Jones43882f12010-09-10 22:13:34 +000043 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100044 select SUPERIO_FINTEK_COMMON_ROMSTAGE
45
Alec Ari0ae71312010-11-03 21:46:41 +000046config SUPERIO_FINTEK_F71889
47 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100048 select SUPERIO_FINTEK_COMMON_ROMSTAGE
49
Frank Vibransd0a8ebf2011-02-14 18:52:15 +000050config SUPERIO_FINTEK_F81865F
51 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100052 select SUPERIO_FINTEK_COMMON_ROMSTAGE