diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-09 12:41:00 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-09 12:41:00 -0800 |
commit | 5586c3c1e0eb04cb8b16684aef779e019c8cc64e (patch) | |
tree | 0d078e7c8b0be264016e6fa1ed49e68f17e754bb /fs/vboxsf/Kconfig | |
parent | 1a2a76c2685a29e46d7b37e752ccea7b15aa8e24 (diff) | |
parent | 0fd169576648452725fa2949bf391d10883d3991 (diff) | |
download | linux-5586c3c1e0eb04cb8b16684aef779e019c8cc64e.tar.gz |
Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vboxfs from Al Viro:
"This is the VirtualBox guest shared folder support by Hans de Goede,
with fixups for fs_parse folded in to avoid bisection hazards from
those API changes..."
* 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
fs: Add VirtualBox guest shared folder (vboxsf) support
Diffstat (limited to 'fs/vboxsf/Kconfig')
-rw-r--r-- | fs/vboxsf/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/vboxsf/Kconfig b/fs/vboxsf/Kconfig new file mode 100644 index 000000000000..b84586ae08b3 --- /dev/null +++ b/fs/vboxsf/Kconfig @@ -0,0 +1,10 @@ +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. |