From 0e067a65f57189703668826d9841fea477026bf6 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 30 Oct 2015 15:46:17 -0600 Subject: x86: Select the ns16550 debug UART for minnowmax, chromebook_link At present the debug UART is not selected which causes a build error. Correct this. Signed-off-by: Simon Glass --- configs/chromebook_link_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/chromebook_link_defconfig') diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig index 78a9470622..0b75781973 100644 --- a/configs/chromebook_link_defconfig +++ b/configs/chromebook_link_defconfig @@ -23,6 +23,7 @@ CONFIG_SPI_FLASH=y CONFIG_DM_PCI=y CONFIG_DM_RTC=y CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_NS16550=y CONFIG_DEBUG_UART_BASE=0x3f8 CONFIG_DEBUG_UART_CLOCK=1843200 CONFIG_DEBUG_UART_BOARD_INIT=y -- cgit v1.2.1