summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-11-23 10:03:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-05 19:48:53 +0100
commit4845ffaf0f8a4a982fa985f8e057a5953f87167d (patch)
tree76f32e3f338064a06601f3f589f156b3416b6f59 /common/Kconfig
parent9fe8679d3bfdbe9dc0dcf3f329885dfd1650473f (diff)
downloadbarebox-4845ffaf0f8a4a982fa985f8e057a5953f87167d.tar.gz
barebox-4845ffaf0f8a4a982fa985f8e057a5953f87167d.tar.xz
debug_ll: Add some usage comments
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d60db80747..57119dcbd4 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -667,6 +667,8 @@ config DEBUG_LL
prompt "low level debug messages"
help
Enable this to get low level debug messages during barebox initialization.
+ This requires SoC specific support. Most SoCs require the debug UART to be
+ initialized by a debugger or first stage bootloader.
endmenu