2015-11-25 16:23:19 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2015-11-25 17:52:47 -06:00
|
|
|
config DEV_LOOP
|
2015-11-25 16:23:19 -06:00
|
|
|
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.
|