net: socketpair: give allocation strategy option a name
Give the socketpair allocation strategy a name so that users can change the default. Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
e803bfb4bb
commit
94583777fd
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ config NET_SOCKETPAIR_BUFFER_SIZE
|
|||
help
|
||||
Buffer size for socketpair(2)
|
||||
|
||||
choice
|
||||
choice NET_SOCKETPAIR_ALLOCATION_STRATEGY
|
||||
prompt "Memory management for socketpair"
|
||||
default NET_SOCKETPAIR_HEAP if KERNEL_MEM_POOL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue