summaryrefslogtreecommitdiff
path: root/drivers/staging/vboxsf/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vboxsf/Kconfig')
-rw-r--r--drivers/staging/vboxsf/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/vboxsf/Kconfig b/drivers/staging/vboxsf/Kconfig
deleted file mode 100644
index b84586ae08b3..000000000000
--- a/drivers/staging/vboxsf/Kconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-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.