Arthur Heymans | ab96ce6 | 2018-06-15 19:49:41 +0200 | [diff] [blame] | 1 | /* |
| 2 | * This file is part of the coreboot project. |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License as published by |
| 6 | * the Free Software Foundation; version 2 of the License. |
| 7 | * |
| 8 | * This program is distributed in the hope that it will be useful, |
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | * GNU General Public License for more details. |
| 12 | */ |
| 13 | |
| 14 | #undef SUPERIO_DEV |
| 15 | #undef SUPERIO_PNP_BASE |
| 16 | #undef W83627DHG_SHOW_UARTA |
| 17 | #undef W83627DHG_SHOW_UARTB |
| 18 | #undef W83627DHG_SHOW_KBC |
| 19 | #undef W83627DHG_SHOW_PS2M |
| 20 | #undef W83627DHG_SHOW_HWMON |
| 21 | #define SUPERIO_DEV SIO0 |
| 22 | #define SUPERIO_PNP_BASE 0x2e |
| 23 | #define W83627DHG_SHOW_UARTA |
| 24 | #define W83627DHG_SHOW_UARTB |
| 25 | #define W83627DHG_SHOW_KBC |
| 26 | #define W83627DHG_SHOW_PS2M |
| 27 | #define W83627DHG_SHOW_HWMON |
| 28 | #include <superio/winbond/w83627dhg/acpi/superio.asl> |