summaryrefslogtreecommitdiffstats
path: root/src/mainboard/kontron/ktqm77/acpi/superio.asl
blob: 936a0e7b9c86234c1fa528557728e60eca483e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#undef SUPERIO_DEV
#undef SUPERIO_PNP_BASE
#undef W83627DHG_SHOW_UARTA
#undef W83627DHG_SHOW_UARTB
#undef W83627DHG_SHOW_KBC
#undef W83627DHG_SHOW_PS2M
#undef W83627DHG_SHOW_HWMON
#define SUPERIO_DEV		SIO0
#define SUPERIO_PNP_BASE	0x2e
#define W83627DHG_SHOW_UARTA	1
#define W83627DHG_SHOW_UARTB	1
#include <superio/winbond/w83627dhg/acpi/superio.asl>