summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-11-14 12:37:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-11-14 12:37:20 +0100
commit8eb1fb3519b6c1ae6ddab114a7cdc86bb24da296 (patch)
treea85ef526dca96e6c12df5cc33c935b854d77fb93 /common
parentf55e379fca456444ade761358e8cce8657ea9672 (diff)
parent764f84809fedd39fca75e2c8731ab181a421fd5b (diff)
downloadbarebox-8eb1fb3519b6c1ae6ddab114a7cdc86bb24da296.tar.gz
barebox-8eb1fb3519b6c1ae6ddab114a7cdc86bb24da296.tar.xz
Merge branch 'for-next/vybrid'
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index efd19494d6..ed472a0b5c 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1071,6 +1071,13 @@ config DEBUG_IMX6Q_UART
Say Y here if you want kernel low-level debugging support
on i.MX6Q.
+config DEBUG_VF610_UART
+ bool "VF610 Debug UART"
+ depends on ARCH_VF610
+ help
+ Say Y here if you want kernel low-level debugging support
+ on VF610.
+
config DEBUG_OMAP3_UART
bool "OMAP3 Debug UART"
depends on ARCH_OMAP3
@@ -1111,7 +1118,8 @@ config DEBUG_IMX_UART_PORT
DEBUG_IMX51_UART || \
DEBUG_IMX53_UART || \
DEBUG_IMX6Q_UART || \
- DEBUG_IMX6SL_UART
+ DEBUG_IMX6SL_UART || \
+ DEBUG_VF610_UART
default 1
depends on ARCH_IMX
help