11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
#
|
||
|
|
||
|
config LIBC_INLINE_QUEUE
|
||
|
bool "Inline queue list to improve the performance"
|
||
|
default !DEFAULT_SMALL
|
||
|
---help---
|
||
|
Inline queue list to improve the performance
|