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:
parent
d08c730198
commit
f6ce6030b9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue