blob: 724c3170fc2fe06588dc2a98fd298c8dc0d3a55a [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##
Stefan Reinauer6559f432010-12-17 00:13:54 +000016
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100017# Generic Fintek romstage driver - Just enough UART initialisation code for
18# romstage.
19config SUPERIO_FINTEK_COMMON_ROMSTAGE
20 bool
21
Patrick Georgi0588d192009-08-12 15:00:51 +000022config SUPERIO_FINTEK_F71805F
23 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100024 select SUPERIO_FINTEK_COMMON_ROMSTAGE
25
Jonathan Kollaschab940df2010-11-11 22:25:55 +000026config SUPERIO_FINTEK_F71859
27 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100028 select SUPERIO_FINTEK_COMMON_ROMSTAGE
29
Wang Qing Pei42e7c322010-08-17 15:05:05 +000030config SUPERIO_FINTEK_F71863FG
31 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100032 select SUPERIO_FINTEK_COMMON_ROMSTAGE
33
Edward O'Callaghan962b6c02014-01-23 22:12:25 +110034config SUPERIO_FINTEK_F71869AD
35 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100036 select SUPERIO_FINTEK_COMMON_ROMSTAGE
37
Jonathan Kollaschab940df2010-11-11 22:25:55 +000038config SUPERIO_FINTEK_F71872
Marc Jones43882f12010-09-10 22:13:34 +000039 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100040 select SUPERIO_FINTEK_COMMON_ROMSTAGE
41
Edward O'Callaghan27a63d72014-11-01 10:19:58 +110042config SUPERIO_FINTEK_F81216H
43 bool
44# N.B. 'special romstage'
45
Frank Vibransd0a8ebf2011-02-14 18:52:15 +000046config SUPERIO_FINTEK_F81865F
47 bool
Edward O'Callaghancf7b4982014-04-23 21:52:25 +100048 select SUPERIO_FINTEK_COMMON_ROMSTAGE
Fabian Kunkelf75c3b42015-05-25 17:04:28 +020049
50config SUPERIO_FINTEK_F81866D
51 bool
Martin Roth64ae4462015-06-20 16:32:24 -060052 select SUPERIO_FINTEK_COMMON_ROMSTAGE