xref: /linux/fs/vboxsf/Kconfig (revision 4b84a4c8d40dfbfe1becec13a6e373e871e103e9)
10fd16957SHans de Goedeconfig VBOXSF_FS
20fd16957SHans de Goede	tristate "VirtualBox guest shared folder (vboxsf) support"
3*5cf8f938SChristian Kujau	depends on (ARM64 || X86) && VBOXGUEST
40fd16957SHans de Goede	select NLS
50fd16957SHans de Goede	help
60fd16957SHans de Goede	  VirtualBox hosts can share folders with guests, this driver
70fd16957SHans de Goede	  implements the Linux-guest side of this allowing folders exported
80fd16957SHans de Goede	  by the host to be mounted under Linux.
90fd16957SHans de Goede
100fd16957SHans de Goede	  If you want to use shared folders in VirtualBox guests, answer Y or M.
11