blob: 413b6a688240cddc4549f56c95fd9b5b99443176 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0-only
# 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
|