blob: dd387a1f6c5d8b0e4ea20b8a2a18aaf0204f7e6c [file] [log] [blame]
Zheng Bao8a281882011-03-27 16:33:09 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2011 Advanced Micro Devices, Inc.
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software
Steven Sherkd9de6c42013-04-11 08:40:57 -060017## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Zheng Bao8a281882011-03-27 16:33:09 +000018##
19
Felix Heldda09d022014-06-01 21:44:43 +020020# Generic Nuvoton romstage driver - Just enough UART initialisation code for
21# romstage.
22config SUPERIO_NUVOTON_COMMON_ROMSTAGE
23 bool
24
Zheng Bao8a281882011-03-27 16:33:09 +000025config SUPERIO_NUVOTON_WPCM450
26 bool
Felix Heldda09d022014-06-01 21:44:43 +020027
Steven Sherkd9de6c42013-04-11 08:40:57 -060028config SUPERIO_NUVOTON_NCT5104D
29 bool
Felix Heldda09d022014-06-01 21:44:43 +020030 select SUPERIO_NUVOTON_COMMON_ROMSTAGE
Felix Held14be0da2014-07-19 00:24:06 +020031
32config SUPERIO_NUVOTON_NCT5572D
33 bool
34 select SUPERIO_NUVOTON_COMMON_ROMSTAGE
Felix Held1e3a2262014-06-04 23:15:26 +020035
36config SUPERIO_NUVOTON_NCT6776
37 bool
38 select SUPERIO_NUVOTON_COMMON_ROMSTAGE