Back to home page

OSCL-LXR

 
 

    


0001 config VBOXSF_FS
0002         tristate "VirtualBox guest shared folder (vboxsf) support"
0003         depends on X86 && VBOXGUEST
0004         select NLS
0005         help
0006           VirtualBox hosts can share folders with guests, this driver
0007           implements the Linux-guest side of this allowing folders exported
0008           by the host to be mounted under Linux.
0009 
0010           If you want to use shared folders in VirtualBox guests, answer Y or M.