]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit29337b60ab5d2a499847c26d45e3cb81f62c2f26
treec0b003cbb33d7dcd23d2ae9707f3d9a691d18bbc
parent1ee5e87f86deca84fdcb7c71bb8368cacc4c24e3
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