Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 92bf22614b21a2706f4993b278017e437f7785b3 authored by Linus Torvalds on 07 February 2021, 21:57:38 UTC
Linux 5.11-rc7
Tip revision: 92bf226
Kconfig
config VBOXSF_FS
	tristate "VirtualBox guest shared folder (vboxsf) support"
	depends on X86 && VBOXGUEST
	select NLS
	help
	  VirtualBox hosts can share folders with guests, this driver
	  implements the Linux-guest side of this allowing folders exported
	  by the host to be mounted under Linux.

	  If you want to use shared folders in VirtualBox guests, answer Y or M.
back to top