Skip to content
Commit 05ff0970 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds
Browse files

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: default avatarRusty Russell <rusty@rustcorp.com.au>
Cc: Gabriel C <nix.or.die@googlemail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a6ce22a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment