summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2015-06-16 10:59:38 +0200
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-03-09 01:39:59 +0100
commit4ea1eebd21189e33fbfbccc93957a0aebbce86d1 (patch)
treea28618b8e29a5770f2bed84a2f1dc073bfa1049e /board
parent2669e6dd8db1b5b411ebd14addee00f2545fe5b0 (diff)
ARM: sunxi: Make CONS_INDEX configurable
Diffstat (limited to 'board')
-rw-r--r--board/sunxi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 37b42521a4..502c2d9496 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -300,6 +300,14 @@ config SYS_BOARD
config SYS_SOC
default "sunxi"
+config CONS_INDEX
+ int "UART used for console"
+ range 1 5
+ default 1
+ ---help---
+ Defines the UART port used for serial output. It starts at 1 so UART0 is 1,
+ UART1 is 2 and so on.
+
config UART0_PORT_F
bool "UART0 on MicroSD breakout board"
default n