:orphan: .. title:: CONFIG_BSD_LIBRARY .. kconfig:: CONFIG_BSD_LIBRARY CONFIG_BSD_LIBRARY ################## *Enable BSD Library* Type: ``bool`` Help ==== .. code-block:: none This setting is deprecated. Use NRF_MODEM_LIB instead. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NRF_MODEM_LIB ` Kconfig definition ================== At ``/lib/nrf_modem_lib/Kconfig:184`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:11`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → BSD library (deprecated) .. code-block:: kconfig config BSD_LIBRARY bool "Enable BSD Library" select NRF_MODEM_LIB help This setting is deprecated. Use NRF_MODEM_LIB instead. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*