summaryrefslogtreecommitdiff
path: root/board/warp7/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/warp7/Kconfig')
-rw-r--r--board/warp7/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/warp7/Kconfig b/board/warp7/Kconfig
index 61c33fb53e..5fb4824477 100644
--- a/board/warp7/Kconfig
+++ b/board/warp7/Kconfig
@@ -6,4 +6,13 @@ config SYS_BOARD
config SYS_CONFIG_NAME
default "warp7"
+config MXC_CONSOLE_NUM
+ int "UART used for the console"
+ default 1
+ help
+ The UART used for the console, expressed as a 1-based integer.
+ This is also used to set the console variable passed to the kernel.
+ Currently, only UART1 and UART6 are supported. Specifying a value
+ other than 6 will result in using UART1.
+
endif