blob: 03989f7ebb79bec5b96850292ba334aa112895b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
#define SUPERIO_DEV SIO0
#define SUPERIO_PNP_BASE 0x2e
#define NCT6776_SHOW_SP1
#define NCT6776_SHOW_HWM
#undef NCT6776_SHOW_KBC
#undef NCT6776_SHOW_PP
#undef NCT6776_SHOW_GPIO
#include <superio/nuvoton/nct6776/acpi/superio.asl>
|