From: Shawn Guo Date: Thu, 14 Mar 2013 07:47:27 +0000 (+0100) Subject: ARM: 7671/1: use Kconfig to select uncompress.h X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~51^2~1^5~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=615967b00fecc9e636dc59bf1ee322274f7dd041;p=pandora-kernel.git ARM: 7671/1: use Kconfig to select uncompress.h Following the approach handling DEBUG_LL inclusion, the patch creates a Kconfig symbol CONFIG_UNCOMPRESS_INCLUDE for choosing the correct uncompress header. For traditional build, mach/uncompress.h will be included in arch/arm/boot/compressed/misc.c. For multiplatform build, debug/uncompress.h which contains a suite of empty functions will be used. In this way, a platform with particular uncompress.h implementation could choose its own uncompress.h with this Kconfig option. Signed-off-by: Shawn Guo Signed-off-by: Russell King --- Reading git-diff-tree failed