aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/winnet/g170/Kconfig
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-03-18 19:29:28 +0100
committerMartin Roth <martinroth@google.com>2017-08-28 15:28:06 +0000
commitb233916f504cd28be9d4d5710328772ba4b28a5a (patch)
tree6d87f8cdcb4c73928002879a8679b4d30922df4d /src/mainboard/winnet/g170/Kconfig
parent24512dee2be71ab4e203070de48f97a1135a7da1 (diff)
mainboard/winnet/g170: Add ACPI support
What is present is APIC and legacy interrupt routing and the soft-off sleep state. Other sleep states are missing, so are the SuperIO devices. Boots Linux with and without "noapic" and a Windows XP (installed with factory BIOS, the installer reportedly requires legacy keyboard). Change-Id: Iee3ede8683d1ea51317228d4f782af27043cc945 Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-on: https://review.coreboot.org/18901 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/winnet/g170/Kconfig')
-rw-r--r--src/mainboard/winnet/g170/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/winnet/g170/Kconfig b/src/mainboard/winnet/g170/Kconfig
index b02bf80378..166adb86f5 100644
--- a/src/mainboard/winnet/g170/Kconfig
+++ b/src/mainboard/winnet/g170/Kconfig
@@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS
select SUPERIO_WINBOND_W83697HF
select HAVE_PIRQ_TABLE
select HAVE_OPTION_TABLE
+ select HAVE_ACPI_TABLES
select BOARD_ROMSIZE_KB_512
config MAINBOARD_DIR