blob: a0a81843156b15c75cd189a87e1e83482a028992 (
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.
config SUPERIO_NUVOTON_NCT6776
bool
select SUPERIO_NUVOTON_COMMON_PRE_RAM
config SUPERIO_NUVOTON_NCT6776_COM_A
bool
depends on SUPERIO_NUVOTON_NCT6776
default n
|