From: H. Peter Anvin Date: Wed, 7 Jan 2009 08:03:49 +0000 (-0800) Subject: bzip2/lzma: move initrd/ramfs options out of BLK_DEV X-Git-Tag: v2.6.30-rc1~625^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb9a4ca9820fd4d7c4906bd393004662451e273e;p=pandora-kernel.git bzip2/lzma: move initrd/ramfs options out of BLK_DEV Impact: Partial resolution of build failure Move the initrd/initramfs configuration options from drivers/block/Kconfig to usr/Kconfig, since they do not and should not depend on CONFIG_BLK_DEV. This fixes builds when CONFIG_BLK_DEV=n. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed