mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
drivers/loop: Move drivers/loop.c to drivers/loop/losetup.c
This commit is contained in:
+1
-7
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user