2012-04-06 23:49:35 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 23:49:35 +08:00
|
|
|
#
|
2016-07-08 20:32:58 +08:00
|
|
|
|
|
|
|
config DEV_PIPE_SIZE
|
|
|
|
int "Pipe Size"
|
|
|
|
default 1024
|
|
|
|
---help---
|
|
|
|
Sets the size of the pipe ringbuffer in bytes.
|