summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-15 13:58:01 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-17 20:45:27 +0100
commit970ad7076388b3ef98988121170df86196d493b4 (patch)
tree6bf81e6b8a5ae334c2ce9826f8fd0c7672010946 /src/Kconfig
parent7040d7dfad8f62bbcbe5f92c653fb0c962e868ec (diff)
downloadcoreboot-staging-970ad7076388b3ef98988121170df86196d493b4.zip
coreboot-staging-970ad7076388b3ef98988121170df86196d493b4.tar.gz
console: Add drivers/uart
Also move UART related Kconfig options from top-level file. Change-Id: I4e407977cff6f6506f991600c98d6d264676d3f8 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5230 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig14
1 files changed, 0 insertions, 14 deletions
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
OpenPOWER on IntegriCloud