blob: 13623c5cbb7913cdfdf6581406500b5072e42f7d (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
#define SUPERIO_DEV SIO0
#define SUPERIO_PNP_BASE 0x2e
#define NCT6687D_SHOW_SP1
#define NCT6687D_SHOW_EC
#include <superio/nuvoton/nct6687d/acpi/superio.asl>
|