From: H. Peter Anvin Date: Sat, 28 Mar 2009 22:49:08 +0000 (-0700) Subject: bzip2/lzma: move CONFIG_RD_* options under CONFIG_EMBEDDED X-Git-Tag: v2.6.30-rc1~625^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d8a12f05292d86623b4ec7bf5fd75d5ad5f687;p=pandora-kernel.git bzip2/lzma: move CONFIG_RD_* options under CONFIG_EMBEDDED Impact: reduce Kconfig noise Move the options that control possible initramfs/initrd compressions underneath CONFIG_EMBEDDED. The only impact of leaving these options set to y is additional code in the init section of the kernel; there is no reason to burden non-embedded users with these options. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed