summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index b9539d1a1e..76e77f8401 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -159,6 +159,15 @@ 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
+
+config HAVE_UART_MEMORY_MAPPED
+ bool
+ default n
+
config HAVE_ACPI_RESUME
bool
default n