drivers/loop: Move drivers/loop.c to drivers/loop/losetup.c

This commit is contained in:
Gregory Nutt
2015-11-25 16:23:19 -06:00
parent e665b3dba8
commit b84da6e696
6 changed files with 86 additions and 23 deletions
+1 -7
View File
@@ -27,13 +27,7 @@ config DEV_RANDOM
default n
depends on ARCH_HAVE_RNG
config LOOP
bool "Enable loop device"
default n
---help---
Supports the standard loop device that can be used to export a
file (or character device) as a block device. See losetup() and
loteardown() in include/nuttx/fs/fs.h.
source drivers/loop/Kconfig
menu "Buffering"