ec/google/wilco: Enable COM1 ACPI device

Enable the COM1 ACPI device based on the existing Kconfig option
CONFIG_DRIVERS_UART_8250IO instead of expecting the mainboard to
also define another value for ACPI.

Change-Id: I69361cc2c245cfcad3e4f57567bf56d5a26f0b06
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: https://review.coreboot.org/c/29672
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Duncan Laurie 2018-11-17 12:15:31 -07:00 committed by Patrick Georgi
parent d08c730198
commit f6ce6030b9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Device (SIO)
Method (_STA, 0, NotSerialized)
{
#ifdef SIO_EC_ENABLE_COM1
#if IS_ENABLED(CONFIG_DRIVERS_UART_8250IO)
Return (0x0f)
#else
Return (Zero)