-
CONFIG_GETOPT_LIB
¶
Getopt library
Type: bool
Help¶
Enable the Getopt Library
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/ext/freebsd-getopt/Kconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:54
→ <nRF>/ext/Kconfig:9
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → External libraries
config GETOPT_LIB
bool "Getopt library"
depends on POSIX_API
help
Enable the Getopt Library
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)