2011-03-27 18:33:09 +02:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
## Copyright (C) 2011 Advanced Micro Devices, Inc.
|
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
|
|
|
## the Free Software Foundation; version 2 of the License.
|
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
## You should have received a copy of the GNU General Public License
|
|
|
|
## along with this program; if not, write to the Free Software
|
2013-04-11 16:40:57 +02:00
|
|
|
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
2011-03-27 18:33:09 +02:00
|
|
|
##
|
|
|
|
|
2014-06-01 21:44:43 +02:00
|
|
|
# Generic Nuvoton romstage driver - Just enough UART initialisation code for
|
|
|
|
# romstage.
|
|
|
|
config SUPERIO_NUVOTON_COMMON_ROMSTAGE
|
|
|
|
bool
|
|
|
|
|
2011-03-27 18:33:09 +02:00
|
|
|
config SUPERIO_NUVOTON_WPCM450
|
|
|
|
bool
|
2014-06-01 21:44:43 +02:00
|
|
|
|
2013-04-11 16:40:57 +02:00
|
|
|
config SUPERIO_NUVOTON_NCT5104D
|
|
|
|
bool
|
2014-06-01 21:44:43 +02:00
|
|
|
select SUPERIO_NUVOTON_COMMON_ROMSTAGE
|
2014-07-19 00:24:06 +02:00
|
|
|
|
|
|
|
config SUPERIO_NUVOTON_NCT5572D
|
|
|
|
bool
|
|
|
|
select SUPERIO_NUVOTON_COMMON_ROMSTAGE
|
2014-06-04 23:15:26 +02:00
|
|
|
|
|
|
|
config SUPERIO_NUVOTON_NCT6776
|
|
|
|
bool
|
|
|
|
select SUPERIO_NUVOTON_COMMON_ROMSTAGE
|