blob: 35052e906119f052d310b066477d2cd4a0a737d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
# Generic Nuvoton romstage driver - Just enough UART initialisation code for
# pre-ram.
config SUPERIO_NUVOTON_COMMON_PRE_RAM
bool
# Generic Nuvoton HWM driver
config SUPERIO_NUVOTON_COMMON_HWM
bool
|