commit | fb9a4ca9820fd4d7c4906bd393004662451e273e | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Jan 07 00:03:49 2009 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Wed Jan 07 00:03:49 2009 -0800 |
tree | b698d9b35b322b0ed7555c57b3a67b32f47b11e9 | |
parent | 7856a16ea03ed9b17860d756ee6473c2e57882b2 [diff] |
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 <hpa@zytor.com>