doc: posix: clean up some Kconfig options
Add links to POSIX-related Kconfig options that are related to POSIX Options and Option Groups. These include limits that might not have an associated standard name and related Kconfig variables in other subsystems. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
b051bcee25
commit
1640967173
1 changed files with 7 additions and 4 deletions
|
@ -1,11 +1,13 @@
|
||||||
.. _posix_kconfig_options:
|
.. _posix_kconfig_options:
|
||||||
|
|
||||||
Configuration Options
|
Additional Configuration Options
|
||||||
*********************
|
********************************
|
||||||
|
|
||||||
This is a non-exhaustive list of specific :ref:`kconfig` options relating to Zephyr's
|
Below is a non-exhaustive list of additional :ref:`kconfig` options relating to Zephyr's
|
||||||
implementation of the POSIX API.
|
implementation of the POSIX API.
|
||||||
|
|
||||||
|
* :kconfig:option:`CONFIG_DYNAMIC_THREAD`
|
||||||
|
* :kconfig:option:`CONFIG_DYNAMIC_THREAD_POOL_SIZE`
|
||||||
* :kconfig:option:`CONFIG_EVENTFD`
|
* :kconfig:option:`CONFIG_EVENTFD`
|
||||||
* :kconfig:option:`CONFIG_EVENTFD_MAX`
|
* :kconfig:option:`CONFIG_EVENTFD_MAX`
|
||||||
* :kconfig:option:`CONFIG_FDTABLE`
|
* :kconfig:option:`CONFIG_FDTABLE`
|
||||||
|
@ -17,8 +19,8 @@ implementation of the POSIX API.
|
||||||
* :kconfig:option:`CONFIG_NET_SOCKETPAIR`
|
* :kconfig:option:`CONFIG_NET_SOCKETPAIR`
|
||||||
* :kconfig:option:`CONFIG_NET_SOCKETS`
|
* :kconfig:option:`CONFIG_NET_SOCKETS`
|
||||||
* :kconfig:option:`CONFIG_NET_SOCKETS_POLL_MAX`
|
* :kconfig:option:`CONFIG_NET_SOCKETS_POLL_MAX`
|
||||||
* :kconfig:option:`CONFIG_POSIX_API`
|
|
||||||
* :kconfig:option:`CONFIG_ZVFS_OPEN_MAX`
|
* :kconfig:option:`CONFIG_ZVFS_OPEN_MAX`
|
||||||
|
* :kconfig:option:`CONFIG_POSIX_API`
|
||||||
* :kconfig:option:`CONFIG_POSIX_OPEN_MAX`
|
* :kconfig:option:`CONFIG_POSIX_OPEN_MAX`
|
||||||
* :kconfig:option:`CONFIG_POSIX_PTHREAD_ATTR_GUARDSIZE_BITS`
|
* :kconfig:option:`CONFIG_POSIX_PTHREAD_ATTR_GUARDSIZE_BITS`
|
||||||
* :kconfig:option:`CONFIG_POSIX_PTHREAD_ATTR_GUARDSIZE_DEFAULT`
|
* :kconfig:option:`CONFIG_POSIX_PTHREAD_ATTR_GUARDSIZE_DEFAULT`
|
||||||
|
@ -35,3 +37,4 @@ implementation of the POSIX API.
|
||||||
* :kconfig:option:`CONFIG_POSIX_SEM_NSEMS_MAX`
|
* :kconfig:option:`CONFIG_POSIX_SEM_NSEMS_MAX`
|
||||||
* :kconfig:option:`CONFIG_POSIX_SEM_VALUE_MAX`
|
* :kconfig:option:`CONFIG_POSIX_SEM_VALUE_MAX`
|
||||||
* :kconfig:option:`CONFIG_TIMER_CREATE_WAIT`
|
* :kconfig:option:`CONFIG_TIMER_CREATE_WAIT`
|
||||||
|
* :kconfig:option:`CONFIG_THREAD_STACK_INFO`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue