From: Rusty Russell Date: Mon, 30 Jul 2007 00:25:22 +0000 (+1000) Subject: Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=n X-Git-Tag: v2.6.23-rc2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05ff09706bacc92ccadde3a74289118789581475;p=pandora-kernel.git Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=n Gabriel C reports lguest doesn't compile with CONFIG_BLOCK=n. Fix this by introducing a config var for the block device, which depends on LGUEST && BLOCK. Do the same for the net driver, rather then depending gratuitously on CONFIG_NET. Signed-off-by: Rusty Russell Cc: Gabriel C Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed