Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc1ff43b authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds
Browse files

Enable lguest drivers in Kconfig



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: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bac27d35
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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