brintos

brintos / linux-shallow public Read only

0
0
Text · 373 B · b84586a Raw
11 lines · plain
1config VBOXSF_FS2	tristate "VirtualBox guest shared folder (vboxsf) support"3	depends on X86 && VBOXGUEST4	select NLS5	help6	  VirtualBox hosts can share folders with guests, this driver7	  implements the Linux-guest side of this allowing folders exported8	  by the host to be mounted under Linux.9 10	  If you want to use shared folders in VirtualBox guests, answer Y or M.11