From 715a18e451a454ed5d6c3e9215802ad7b94885ee Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Fri, 2 Oct 2015 17:01:22 -0700 Subject: drivers/uart/Kconfig: Select 8250 mem when 8250 mem32 is enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Users of DRIVERS_UART_8250MEM_32 would have to also select DRIVERS_UART_8250MEM to avoid missing Kconfig dependencies. Instead, do what the OXPCIE driver dies and select the appropriate options. Change-Id: I40d93df024fcb3a9ad6dc51d6a5966e7b1b6c07f Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/11786 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/drivers/uart/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers') diff --git a/src/drivers/uart/Kconfig b/src/drivers/uart/Kconfig index cbfd47954a..f4ad011933 100644 --- a/src/drivers/uart/Kconfig +++ b/src/drivers/uart/Kconfig @@ -20,7 +20,7 @@ config DRIVERS_UART_8250MEM config DRIVERS_UART_8250MEM_32 bool default n - depends on DRIVERS_UART_8250MEM + select DRIVERS_UART_8250MEM config HAVE_UART_SPECIAL bool -- cgit v1.2.3