From 970ad7076388b3ef98988121170df86196d493b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sat, 15 Feb 2014 13:58:01 +0200 Subject: console: Add drivers/uart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also move UART related Kconfig options from top-level file. Change-Id: I4e407977cff6f6506f991600c98d6d264676d3f8 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5230 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/Kconfig | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 94fea2d..bb25afd 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -292,20 +292,6 @@ config MMCONF_SUPPORT source src/console/Kconfig -# This should default to N and be set by SuperI/O drivers that have an UART -config HAVE_UART_IO_MAPPED - bool - default y if ARCH_X86 - default n if ARCH_ARMV7 - -config HAVE_UART_MEMORY_MAPPED - bool - default n - -config HAVE_UART_SPECIAL - bool - default n - config HAVE_ACPI_RESUME bool default n -- cgit v1.1