Nicola Corna has uploaded this change for review. ( https://review.coreboot.org/21226
Change subject: mb/sapphire/pureplatinumh61: Disable the SuperIO serial driver ......................................................................
mb/sapphire/pureplatinumh61: Disable the SuperIO serial driver
There is no serial port on this platform.
Change-Id: I4b2c93c51e8ddb8b510f0d7f7e3072befeba5d95 Signed-off-by: Nicola Corna nicola@corna.info --- M src/mainboard/sapphire/pureplatinumh61/Kconfig 1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/21226/1
diff --git a/src/mainboard/sapphire/pureplatinumh61/Kconfig b/src/mainboard/sapphire/pureplatinumh61/Kconfig index 58f7d36..56ac6d8 100644 --- a/src/mainboard/sapphire/pureplatinumh61/Kconfig +++ b/src/mainboard/sapphire/pureplatinumh61/Kconfig @@ -15,7 +15,6 @@ select HAVE_ACPI_RESUME select MAINBOARD_HAS_LIBGFXINIT select INTEL_INT15 - select SERIRQ_CONTINUOUS_MODE
config HAVE_IFD_BIN bool @@ -53,4 +52,8 @@ int default 8
+config DRIVERS_UART_8250IO + bool + default n + endif