fs/vboxsf/Kconfig

Source file repositories/reference/linux-study-clean/fs/vboxsf/Kconfig

File Facts

System
Linux kernel
Corpus path
fs/vboxsf/Kconfig
Extension
[no extension]
Size
384 bytes
Lines
11
Domain
Core OS
Bucket
VFS And Filesystem Core
Inferred role
Core OS: build/configuration rule
Status
atlas-only

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

config VBOXSF_FS
	tristate "VirtualBox guest shared folder (vboxsf) support"
	depends on (ARM64 || 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.

Annotation

Implementation Notes