summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-12-06 08:23:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-12-06 08:23:27 +0100
commit6d7fae1e97d67b635a972b0f1f5c6a140c596e95 (patch)
tree8e12b54c5b1bb7e518a920b2b8446b59f42587ae /common
parente9ea6eeaabb15258dbeefe06a421fca8c2fe9baa (diff)
parent8cf612878ef9b297d304db1574b5604ddc675b58 (diff)
downloadbarebox-6d7fae1e97d67b635a972b0f1f5c6a140c596e95.tar.gz
barebox-6d7fae1e97d67b635a972b0f1f5c6a140c596e95.tar.xz
Merge branch 'for-next/omap-devicetree-prepare'
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig34
1 files changed, 34 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 99a24a0f8f..ce426f22ad 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -756,6 +756,27 @@ config DEBUG_IMX6Q_UART
Say Y here if you want kernel low-level debugging support
on i.MX6Q.
+config DEBUG_OMAP3_UART
+ bool "OMAP3 Debug UART"
+ depends on ARCH_OMAP3
+ help
+ Say Y here if you want kernel low-level debugging support
+ on OMAP3.
+
+config DEBUG_OMAP4_UART
+ bool "OMAP4 Debug UART"
+ depends on ARCH_OMAP4
+ help
+ Say Y here if you want kernel low-level debugging support
+ on OMAP4.
+
+config DEBUG_AM33XX_UART
+ bool "AM33XX Debug UART"
+ depends on ARCH_AM33XX
+ help
+ Say Y here if you want kernel low-level debugging support
+ on AM33XX.
+
endchoice
config DEBUG_IMX_UART_PORT
@@ -775,6 +796,19 @@ config DEBUG_IMX_UART_PORT
Choose UART port on which kernel low-level debug messages
should be output.
+config DEBUG_OMAP_UART_PORT
+ int "OMAP Debug UART Port Selection" if DEBUG_OMAP3_UART || \
+ DEBUG_OMAP4_UART || \
+ DEBUG_AM33XX_UART
+ default 1
+ depends on ARCH_OMAP
+ help
+ Choose UART port on which kernel low-level debug messages
+ should be output. Possible values are:
+ OMAP3: 1 - 3
+ OMAP4: 1 - 3
+ AM33XX: 0 - 2
+
config DEBUG_INITCALLS
bool "Trace initcalls"
help