xref: /linux/fs/vboxsf/Kconfig (revision 8dd06ef34b6e2f41b29fbf5fc1663780f2524285)
1*0fd16957SHans de Goedeconfig VBOXSF_FS
2*0fd16957SHans de Goede	tristate "VirtualBox guest shared folder (vboxsf) support"
3*0fd16957SHans de Goede	depends on X86 && VBOXGUEST
4*0fd16957SHans de Goede	select NLS
5*0fd16957SHans de Goede	help
6*0fd16957SHans de Goede	  VirtualBox hosts can share folders with guests, this driver
7*0fd16957SHans de Goede	  implements the Linux-guest side of this allowing folders exported
8*0fd16957SHans de Goede	  by the host to be mounted under Linux.
9*0fd16957SHans de Goede
10*0fd16957SHans de Goede	  If you want to use shared folders in VirtualBox guests, answer Y or M.
11