Skip to content

Commit

Permalink
Enable lguest drivers in Kconfig
Browse files Browse the repository at this point in the history
Lguest drivers need to default to "Y" otherwise they're never selected
for new builds.  (We don't bother prompting, because they're less than
4k combined, and implied by selecting lguest support).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Rusty Russell authored and Linus Torvalds committed Aug 7, 2007
1 parent bac27d3 commit cc1ff43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/lguest/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ config LGUEST_GUEST

config LGUEST_NET
tristate
default y
depends on LGUEST_GUEST && NET

config LGUEST_BLOCK
tristate
default y
depends on LGUEST_GUEST && BLOCK

0 comments on commit cc1ff43

Please sign in to comment.