blob: 78523c1b7e575f5642e9b9d69c07eb69cd80b502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
config SUPERIO_NUVOTON_COMMON_COM_A
bool
depends on SUPERIO_NUVOTON_COMMON_PRE_RAM
help
When enabled, the 'nuvoton_enable_serial()' function will unset
global CR 0x2a bit 7 to route COM A to the GPIO8 pin group.
# Generic Nuvoton HWM driver
config SUPERIO_NUVOTON_COMMON_HWM
bool
|