blob: e7f25ab1e70ad8cb14f028f34f289ec761ec920e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_WINBOND_W83977TF
bool
select SUPERIO_WINBOND_COMMON_PRE_RAM
config W83977TF_HAVE_SEPARATE_IR_DEVICE
bool
help
Mainboard should select this option if it contains an old
version of W83977TF with a separate IR logical device.
|