12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
#
|
||
|
|
||
|
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.
|