]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: make decompressor debug output user selectable
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 16 Nov 2017 11:46:22 +0000 (11:46 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 21 Nov 2017 14:46:11 +0000 (14:46 +0000)
commit27cdb8be3a367a9ef12a73cb685ccfd7e5f18d08
treec0b003cbb33d7dcd23d2ae9707f3d9a691d18bbc
parent0b4f1126340b5abc2aacc4018e85628b3fd93438
ARM: make decompressor debug output user selectable

Make the decompressor debug output user selectable, otherwise merely
enabling DEBUG_LL causes the decompressor to become board specific,
thereby preventing a multi-platform kernel from booting.  Enabling
DEBUG_LL doesn't cause the kernel itself to become platform specific
unless EARLY_PRINTK is enabled, or one of the debugging routines is
added in a path that results in it being called.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/Kconfig.debug