aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/uart')
-rw-r--r--src/drivers/uart/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/drivers/uart/Kconfig b/src/drivers/uart/Kconfig
new file mode 100644
index 0000000000..c1c30907c3
--- /dev/null
+++ b/src/drivers/uart/Kconfig
@@ -0,0 +1,14 @@
+# This should default to N and be set by SuperI/O drivers that have an UART
+config HAVE_UART_IO_MAPPED
+ bool
+ depends on !ARCH_ARMV7
+ default y if ARCH_X86
+
+config HAVE_UART_MEMORY_MAPPED
+ bool
+ default n
+
+config HAVE_UART_SPECIAL
+ bool
+ default n
+