diff options
Diffstat (limited to 'drivers/lguest/Kconfig')
| -rw-r--r-- | drivers/lguest/Kconfig | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig index 3ec5cc803a09..7eb9ecff8f4a 100644 --- a/drivers/lguest/Kconfig +++ b/drivers/lguest/Kconfig @@ -17,13 +17,3 @@ config LGUEST_GUEST  	  The guest needs code built-in, even if the host has lguest  	  support as a module.  The drivers are tiny, so we build them  	  in too. - -config LGUEST_NET -	tristate -	default y -	depends on LGUEST_GUEST && NET - -config LGUEST_BLOCK -	tristate -	default y -	depends on LGUEST_GUEST && BLOCK  |