bzip2/lzma: move CONFIG_RD_* options under CONFIG_EMBEDDED
authorH. Peter Anvin <hpa@zytor.com>
Sat, 28 Mar 2009 22:49:08 +0000 (15:49 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 28 Mar 2009 22:49:08 +0000 (15:49 -0700)
commit73d8a12f05292d86623b4ec7bf5fd75d5ad5f687
tree87461219c32f74cd935e525031ff67971ff1b95f
parent18ffa418aead13c56515ac74cd26105102128aca
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 <hpa@zytor.com>
usr/Kconfig