]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7073/1: debug: augment DEBUG_LL Kconfig help to clarify behaviour
authorWill Deacon <will.deacon@arm.com>
Thu, 1 Sep 2011 18:04:44 +0000 (19:04 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 12 Sep 2011 07:55:46 +0000 (08:55 +0100)
commit005276a9f371161d1d8c38dde059ddb99999eba7
tree0f9e02523bb170c3d74e7e1144c1f2326d569c49
parent11bafd96c96168902f152b7d560bd7d54d3f6c86
ARM: 7073/1: debug: augment DEBUG_LL Kconfig help to clarify behaviour

Enabled DEBUG_LL hardcodes the UART address into the kernel and results
in a non-portable kernel image. Since this option is only intended for
use when debugging early boot failures, supporting multiple platforms
in such a configuration is not the intended use-case.

This patch documents this limitation in the DEBUG_LL Kconfig help text,
so that users are aware of the portability restrictions that are associated
with enabling low-level debugging support.

Reported-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig.debug