:orphan: .. _configuration_options_nrf: nRF Configuration Options ========================= :file:`Kconfig` files describe build-time configuration options (called symbols in Kconfig-speak), how they're grouped into menus and sub-menus, and dependencies between them that determine what configurations are valid. :file:`Kconfig` files appear throughout the directory tree. For example, :file:`subsys/power/Kconfig` defines power-related options. This documentation is generated automatically from the :file:`Kconfig` files by the :file:`gen_kconfig_rest.py` script. Click on symbols for more information. .. raw:: html Configuration Options ********************* .. list-table:: :header-rows: 1 :widths: auto * - Symbol name - Prompt * - :kconfig:`CONFIG_802154_RPMSG_BUILD_STRATEGY_FROM_SOURCE` - Build from source * - :kconfig:`CONFIG_802154_RPMSG_BUILD_STRATEGY_SKIP_BUILD` - Skip building 802154\_RPMSG * - :kconfig:`CONFIG_ADP536X` - ADP536x * - :kconfig:`CONFIG_ADP536X_BUS_NAME` - I2C bus name * - :kconfig:`CONFIG_AGPS` - A-GPS library * - :kconfig:`CONFIG_AGPS_SRC_NRF_CLOUD` - Use nRF Cloud as data source * - :kconfig:`CONFIG_AGPS_SRC_SUPL` - Use SUPL as data source * - :kconfig:`CONFIG_AGPS_SUPL_HOST_NAME` - SUPL host name * - :kconfig:`CONFIG_AGPS_SUPL_PORT` - SUPL port * - :kconfig:`CONFIG_APP_LINK_WITH_ALEXA_GADGETS_PROTO` - Link 'app' with Alexa Gadgets Proto headers * - :kconfig:`CONFIG_APP_LINK_WITH_CURL` - Link 'app' with CURL * - :kconfig:`CONFIG_APP_LINK_WITH_EDGE_IMPULSE` - Link 'app' with Edge Impulse * - :kconfig:`CONFIG_APP_LINK_WITH_IPERF3` - Link 'app' with IPERF3 * - :kconfig:`CONFIG_APP_LINK_WITH_ZIGBEE` - * - :kconfig:`CONFIG_ARM_ENTRY_VENEERS_LIB_NAME` - Entry Veneers symbol file * - :kconfig:`CONFIG_AT_CMD` - AT Command driver * - :kconfig:`CONFIG_AT_CMD_INIT_PRIORITY` - AT Command driver init priority * - :kconfig:`CONFIG_AT_CMD_PARSER` - AT command parser library * - :kconfig:`CONFIG_AT_CMD_QUEUE_LEN` - Maximum number of queued AT commands * - :kconfig:`CONFIG_AT_CMD_RESPONSE_MAX_LEN` - Maximum AT command response length * - :kconfig:`CONFIG_AT_CMD_SYS_INIT` - Initialize the AT Command driver during system init * - :kconfig:`CONFIG_AT_CMD_THREAD_PRIO` - AT thread priority level * - :kconfig:`CONFIG_AT_CMD_THREAD_STACK_SIZE` - AT thread stack size * - :kconfig:`CONFIG_AT_HOST_CMD_MAX_LEN` - Maximum AT command length * - :kconfig:`CONFIG_AT_HOST_LIBRARY` - AT Host Library for nrf91 * - :kconfig:`CONFIG_AT_HOST_TERMINATION` - * - :kconfig:`CONFIG_AT_HOST_THREAD_PRIO` - AT host workqueue thread priority level * - :kconfig:`CONFIG_AT_HOST_UART` - * - :kconfig:`CONFIG_AT_HOST_UART_0` - UART 0 * - :kconfig:`CONFIG_AT_HOST_UART_1` - UART 1 * - :kconfig:`CONFIG_AT_HOST_UART_2` - UART 2 * - :kconfig:`CONFIG_AT_HOST_UART_INIT_TIMEOUT` - Timeout waiting for a valid UART line on init (ms) * - :kconfig:`CONFIG_AT_MONITOR` - AT notification monitor * - :kconfig:`CONFIG_AT_MONITOR_HEAP_SIZE` - Heap size for notifications * - :kconfig:`CONFIG_AT_MONITOR_SYS_INIT` - Initialize during SYS\_INIT * - :kconfig:`CONFIG_AT_NOTIF` - AT-command notification manager * - :kconfig:`CONFIG_AT_NOTIF_SYS_INIT` - Initialize the AT-command notification manager during system init * - :kconfig:`CONFIG_AWS_FOTA` - AWS Jobs FOTA library * - :kconfig:`CONFIG_AWS_FOTA_DOWNLOAD_SECURITY_TAG` - Security tag to be used for downloads * - :kconfig:`CONFIG_AWS_FOTA_FILE_PATH_MAX_LEN` - File path buffer size * - :kconfig:`CONFIG_AWS_FOTA_HOSTNAME_MAX_LEN` - Hostname buffer size * - :kconfig:`CONFIG_AWS_FOTA_PAYLOAD_SIZE` - MQTT payload reception buffer size for AWS IoT Jobs messages * - :kconfig:`CONFIG_AWS_IOT` - AWS IoT library * - :kconfig:`CONFIG_AWS_IOT_APP_SUBSCRIPTION_LIST_COUNT` - Amount of entries in the application subscription list * - :kconfig:`CONFIG_AWS_IOT_AUTO_DEVICE_SHADOW_REQUEST` - Request the device shadow automatically upon a connection to AWS * - :kconfig:`CONFIG_AWS_IOT_BROKER_HOST_NAME` - AWS IoT server hostname * - :kconfig:`CONFIG_AWS_IOT_CLIENT_ID_APP` - Client ID provided by application run-time * - :kconfig:`CONFIG_AWS_IOT_CLIENT_ID_MAX_LEN` - Maximum length of cliend id * - :kconfig:`CONFIG_AWS_IOT_CLIENT_ID_STATIC` - Static client id * - :kconfig:`CONFIG_AWS_IOT_CONNECTION_POLL_THREAD` - Enable polling on MQTT socket in AWS IoT backend * - :kconfig:`CONFIG_AWS_IOT_IPV6` - Configure AWS IoT library to use IPv6 addressing. Otherwise IPv4 is used. * - :kconfig:`CONFIG_AWS_IOT_LAST_WILL` - This option includes the last will message and topic in the initial MQTT handshake * - :kconfig:`CONFIG_AWS_IOT_LAST_WILL_MESSAGE` - Message published to the last will topic * - :kconfig:`CONFIG_AWS_IOT_LAST_WILL_TOPIC` - Topic that the last will message is published to * - :kconfig:`CONFIG_AWS_IOT_MQTT_PAYLOAD_BUFFER_LEN` - Size of the MQTT PUBLISH payload buffer (receiving MQTT messages). * - :kconfig:`CONFIG_AWS_IOT_MQTT_RX_TX_BUFFER_LEN` - Buffer sizes for the MQTT library. * - :kconfig:`CONFIG_AWS_IOT_PORT` - AWS server port * - :kconfig:`CONFIG_AWS_IOT_SEC_TAG` - Security tag to use for AWS IoT connection * - :kconfig:`CONFIG_AWS_IOT_SEND_TIMEOUT` - Send data with socket timeout * - :kconfig:`CONFIG_AWS_IOT_SEND_TIMEOUT_SEC` - Send timeout * - :kconfig:`CONFIG_AWS_IOT_STATIC_IPV4` - Enable use of static IPv4 * - :kconfig:`CONFIG_AWS_IOT_STATIC_IPV4_ADDR` - Static IPv4 address * - :kconfig:`CONFIG_AWS_IOT_TOPIC_DELETE_ACCEPTED_SUBSCRIBE` - Subscribe to delete accepted shadow topic, $aws/things//shadow/delete/accepted * - :kconfig:`CONFIG_AWS_IOT_TOPIC_DELETE_REJECTED_SUBSCRIBE` - Subscribe to delete rejected shadow topic, $aws/things//shadow/delete/rejected * - :kconfig:`CONFIG_AWS_IOT_TOPIC_GET_ACCEPTED_SUBSCRIBE` - Subscribe to get accepted shadow topic, $aws/things//shadow/get/accepted * - :kconfig:`CONFIG_AWS_IOT_TOPIC_GET_REJECTED_SUBSCRIBE` - Subscribe to get rejected shadow topic, $aws/things//shadow/get/rejected * - :kconfig:`CONFIG_AWS_IOT_TOPIC_UPDATE_ACCEPTED_SUBSCRIBE` - Subscribe to update accepted shadow topic, $aws/things//shadow/update/accepted * - :kconfig:`CONFIG_AWS_IOT_TOPIC_UPDATE_DELTA_SUBSCRIBE` - Subscribe to update delta shadow topic, $aws/things//shadow/update/delta * - :kconfig:`CONFIG_AWS_IOT_TOPIC_UPDATE_REJECTED_SUBSCRIBE` - Subscribe to update rejected shadow topic, $aws/things//shadow/update/rejected * - :kconfig:`CONFIG_AWS_JOBS` - AWS Jobs library * - :kconfig:`CONFIG_AZURE_FOTA` - Azure FOTA library [EXPERIMENTAL] * - :kconfig:`CONFIG_AZURE_FOTA_APP_VERSION` - Application version * - :kconfig:`CONFIG_AZURE_FOTA_APP_VERSION_AUTO` - Automatically create application version * - :kconfig:`CONFIG_AZURE_FOTA_DOWNLOAD_PORT` - Port number * - :kconfig:`CONFIG_AZURE_FOTA_FILE_PATH_MAX_LEN` - File path buffer size * - :kconfig:`CONFIG_AZURE_FOTA_HOSTNAME_MAX_LEN` - Hostname buffer size * - :kconfig:`CONFIG_AZURE_FOTA_JOB_ID_MAX_LEN` - Job ID string buffer size * - :kconfig:`CONFIG_AZURE_FOTA_SEC_TAG` - TLS sec tag * - :kconfig:`CONFIG_AZURE_FOTA_TLS` - Use HTTPS for downloads * - :kconfig:`CONFIG_AZURE_FOTA_VERSION_MAX_LEN` - Version string buffer size * - :kconfig:`CONFIG_AZURE_IOT_HUB` - Azure IoT Hub [EXPERIMENTAL] * - :kconfig:`CONFIG_AZURE_IOT_HUB_AUTO_DEVICE_TWIN_REQUEST` - Request device twin automatically when connected * - :kconfig:`CONFIG_AZURE_IOT_HUB_DEVICE_ID` - Device ID * - :kconfig:`CONFIG_AZURE_IOT_HUB_DEVICE_ID_APP` - Provide device ID run-time * - :kconfig:`CONFIG_AZURE_IOT_HUB_DEVICE_ID_MAX_LEN` - Maximum length of device ID * - :kconfig:`CONFIG_AZURE_IOT_HUB_DPS` - Use Device Provisioning Service * - :kconfig:`CONFIG_AZURE_IOT_HUB_DPS_HOSTNAME` - DPS host name * - :kconfig:`CONFIG_AZURE_IOT_HUB_DPS_ID_SCOPE` - DPS ID scope * - :kconfig:`CONFIG_AZURE_IOT_HUB_HOSTNAME` - Azure IoT Hub hostname * - :kconfig:`CONFIG_AZURE_IOT_HUB_HOSTNAME_MAX_LEN` - Max length for Azure IoT Hub name * - :kconfig:`CONFIG_AZURE_IOT_HUB_MQTT_PAYLOAD_BUFFER_LEN` - Size of the MQTT PUBLISH payload buffer (receiving MQTT messages). * - :kconfig:`CONFIG_AZURE_IOT_HUB_MQTT_RX_TX_BUFFER_LEN` - Buffer sizes for the MQTT library * - :kconfig:`CONFIG_AZURE_IOT_HUB_PORT` - Azure IoT Hub port * - :kconfig:`CONFIG_AZURE_IOT_HUB_PROPERTY_BAG_MAX_COUNT` - Maximum number of property bag elements * - :kconfig:`CONFIG_AZURE_IOT_HUB_SEC_TAG` - TLS sec tag * - :kconfig:`CONFIG_AZURE_IOT_HUB_SEND_TIMEOUT` - Send data with socket timeout * - :kconfig:`CONFIG_AZURE_IOT_HUB_SEND_TIMEOUT_SEC` - Send timeout * - :kconfig:`CONFIG_AZURE_IOT_HUB_STACK_SIZE` - Connection thread stack size * - :kconfig:`CONFIG_AZURE_IOT_HUB_STATIC_IPV4` - Enable use of static IPv4 * - :kconfig:`CONFIG_AZURE_IOT_HUB_STATIC_IPV4_ADDR` - Static IPv4 address * - :kconfig:`CONFIG_AZURE_IOT_HUB_TOPIC_ELEMENT_MAX_LEN` - Maximum length of topic element strings * - :kconfig:`CONFIG_AZURE_IOT_HUB_TOPIC_MAX_LEN` - Max length of topic * - :kconfig:`CONFIG_AZURE_IOT_HUB_TOPIC_PROPERTY_BAG_PREFIX` - Include the '?' prefix before the property bag key/value * - :kconfig:`CONFIG_B0_BUILD_STRATEGY_FROM_SOURCE` - Build from source * - :kconfig:`CONFIG_B0_BUILD_STRATEGY_SKIP_BUILD` - Skip building B0 * - :kconfig:`CONFIG_B0_BUILD_STRATEGY_USE_HEX_FILE` - Use hex file instead of building B0 * - :kconfig:`CONFIG_B0_HEX_FILE` - B0 hex file * - :kconfig:`CONFIG_B0_MIN_PARTITION_SIZE` - Use minimimum partition size * - :kconfig:`CONFIG_BH1749` - BH1749 Sensor * - :kconfig:`CONFIG_BH1749_TRIGGER` - Trigger for BH1749 * - :kconfig:`CONFIG_BL_ROT_VERIFY_EXT_API_ATLEAST_OPTIONAL` - * - :kconfig:`CONFIG_BL_ROT_VERIFY_EXT_API_ATLEAST_REQUIRED` - * - :kconfig:`CONFIG_BL_ROT_VERIFY_EXT_API_ENABLED` - Provide the BL\_ROT\_VERIFY EXT\_API to other images. * - :kconfig:`CONFIG_BL_ROT_VERIFY_EXT_API_FLAGS` - * - :kconfig:`CONFIG_BL_ROT_VERIFY_EXT_API_ID` - * - :kconfig:`CONFIG_BL_ROT_VERIFY_EXT_API_MAX_VER` - * - :kconfig:`CONFIG_BL_ROT_VERIFY_EXT_API_OPTIONAL` - Request to use the BL\_ROT\_VERIFY EXT\_API (optional). * - :kconfig:`CONFIG_BL_ROT_VERIFY_EXT_API_REQUIRED` - Request to use the BL\_ROT\_VERIFY EXT\_API (required). * - :kconfig:`CONFIG_BL_ROT_VERIFY_EXT_API_UNUSED` - Don't request the BL\_ROT\_VERIFY EXT\_API. * - :kconfig:`CONFIG_BL_ROT_VERIFY_EXT_API_VER` - * - :kconfig:`CONFIG_BL_SECP256R1_EXT_API_ATLEAST_OPTIONAL` - * - :kconfig:`CONFIG_BL_SECP256R1_EXT_API_ATLEAST_REQUIRED` - * - :kconfig:`CONFIG_BL_SECP256R1_EXT_API_ENABLED` - Provide the BL\_SECP256R1 EXT\_API to other images. * - :kconfig:`CONFIG_BL_SECP256R1_EXT_API_FLAGS` - * - :kconfig:`CONFIG_BL_SECP256R1_EXT_API_ID` - * - :kconfig:`CONFIG_BL_SECP256R1_EXT_API_MAX_VER` - * - :kconfig:`CONFIG_BL_SECP256R1_EXT_API_OPTIONAL` - Request to use the BL\_SECP256R1 EXT\_API (optional). * - :kconfig:`CONFIG_BL_SECP256R1_EXT_API_REQUIRED` - Request to use the BL\_SECP256R1 EXT\_API (required). * - :kconfig:`CONFIG_BL_SECP256R1_EXT_API_UNUSED` - Don't request the BL\_SECP256R1 EXT\_API. * - :kconfig:`CONFIG_BL_SECP256R1_EXT_API_VER` - * - :kconfig:`CONFIG_BL_SHA256_EXT_API_ATLEAST_OPTIONAL` - * - :kconfig:`CONFIG_BL_SHA256_EXT_API_ATLEAST_REQUIRED` - * - :kconfig:`CONFIG_BL_SHA256_EXT_API_ENABLED` - Provide the BL\_SHA256 EXT\_API to other images. * - :kconfig:`CONFIG_BL_SHA256_EXT_API_FLAGS` - * - :kconfig:`CONFIG_BL_SHA256_EXT_API_ID` - * - :kconfig:`CONFIG_BL_SHA256_EXT_API_MAX_VER` - * - :kconfig:`CONFIG_BL_SHA256_EXT_API_OPTIONAL` - Request to use the BL\_SHA256 EXT\_API (optional). * - :kconfig:`CONFIG_BL_SHA256_EXT_API_REQUIRED` - Request to use the BL\_SHA256 EXT\_API (required). * - :kconfig:`CONFIG_BL_SHA256_EXT_API_UNUSED` - Don't request the BL\_SHA256 EXT\_API. * - :kconfig:`CONFIG_BL_SHA256_EXT_API_VER` - * - :kconfig:`CONFIG_BL_VALIDATE_FW_EXT_API_ATLEAST_OPTIONAL` - * - :kconfig:`CONFIG_BL_VALIDATE_FW_EXT_API_ATLEAST_REQUIRED` - * - :kconfig:`CONFIG_BL_VALIDATE_FW_EXT_API_ENABLED` - Provide the BL\_VALIDATE\_FW EXT\_API to other images. * - :kconfig:`CONFIG_BL_VALIDATE_FW_EXT_API_FLAGS` - * - :kconfig:`CONFIG_BL_VALIDATE_FW_EXT_API_ID` - * - :kconfig:`CONFIG_BL_VALIDATE_FW_EXT_API_MAX_VER` - * - :kconfig:`CONFIG_BL_VALIDATE_FW_EXT_API_OPTIONAL` - Request to use the BL\_VALIDATE\_FW EXT\_API (optional). * - :kconfig:`CONFIG_BL_VALIDATE_FW_EXT_API_REQUIRED` - Request to use the BL\_VALIDATE\_FW EXT\_API (required). * - :kconfig:`CONFIG_BL_VALIDATE_FW_EXT_API_UNUSED` - Don't request the BL\_VALIDATE\_FW EXT\_API. * - :kconfig:`CONFIG_BL_VALIDATE_FW_EXT_API_VER` - * - :kconfig:`CONFIG_BOARD_THINGY91_NRF9160_NS` - * - :kconfig:`CONFIG_BOOT_IMAGE_ACCESS_HOOKS` - * - :kconfig:`CONFIG_BOOT_IMAGE_ACCESS_HOOKS_FILE` - * - :kconfig:`CONFIG_BOOT_SIGNATURE_KEY_FILE` - MCUBoot PEM key file * - :kconfig:`CONFIG_BOOT_UPGRADE_ONLY` - * - :kconfig:`CONFIG_BSD_LIBRARY` - Enable BSD Library * - :kconfig:`CONFIG_BSD_LIBRARY_SYS_INIT` - Initialize during SYS\_INIT * - :kconfig:`CONFIG_BSD_LIBRARY_TRACE_ENABLED` - Enable proprietary traces over UART * - :kconfig:`CONFIG_BT_ALEXA_GADGETS` - Alexa Gadgets service * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_AMAZON_ID` - Alexa Gadget Amazon ID * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_CAPABILITY_ALERTS` - Enable Alerts capability * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_CAPABILITY_CUSTOM` - Enable Custom capability * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_CAPABILITY_CUSTOM_NAMESPACE` - Set Custom capability interface name * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_CAPABILITY_MUSICDATA` - Enable MusicData capability * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_CAPABILITY_NOTIFICATIONS` - Enable Notifications capability * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_CAPABILITY_SPEECHDATA` - Enable SpeechData capability * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_CAPABILITY_STATELISTENER` - Enable StateListener capability * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_DEVICE_DESCRIPTION` - Alexa Gadget device description * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_DEVICE_SECRET` - Alexa Gadget device secret * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_MODEL_NAME` - Alexa Gadget device model name * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_OTA` - Enable Alexa Gadgets OTA protocol * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_PROFILE` - Enable Alexa Gadgets profile * - :kconfig:`CONFIG_BT_ALEXA_GADGETS_TRANSACTION_BUF_SIZE` - Alexa Gadgets maximum transaction size * - :kconfig:`CONFIG_BT_ANCS_CLIENT` - Apple Notification Center Service client * - :kconfig:`CONFIG_BT_ANCS_CLIENT_CP_BUFF_SIZE` - Control Point transmit buffer size * - :kconfig:`CONFIG_BT_BAS_CLIENT` - Battery service client * - :kconfig:`CONFIG_BT_BMS` - Bond Management Service * - :kconfig:`CONFIG_BT_CONN_CTX` - Connection context library * - :kconfig:`CONFIG_BT_CONN_CTX_MEM_BUF_ALIGN` - Memory slab buffer alignment * - :kconfig:`CONFIG_BT_CTLR` - Bluetooth Controller * - :kconfig:`CONFIG_BT_CTS_CLIENT` - Current Time Service client * - :kconfig:`CONFIG_BT_DFU_SMP` - DFU SMP service client * - :kconfig:`CONFIG_BT_DRIVER_QUIRK_NO_AUTO_DLE` - Host auto-initiated Data Length Update quirk * - :kconfig:`CONFIG_BT_ENOCEAN` - EnOcean library * - :kconfig:`CONFIG_BT_ENOCEAN_DEBUG` - Enable debug logs * - :kconfig:`CONFIG_BT_ENOCEAN_DEVICES_MAX` - Maximum number of EnOcean devices * - :kconfig:`CONFIG_BT_ENOCEAN_STORE` - Store EnOcean device data persistently * - :kconfig:`CONFIG_BT_ENOCEAN_STORE_SEQ` - Continuously store the EnOcean sequence number * - :kconfig:`CONFIG_BT_ENOCEAN_STORE_TIMEOUT` - Delay (in seconds) before storing EnOcean data persistently * - :kconfig:`CONFIG_BT_GATTP` - Generic Attribute Profile * - :kconfig:`CONFIG_BT_GATT_CHRC_POOL_SIZE` - Number of characteristic descriptors * - :kconfig:`CONFIG_BT_GATT_DM` - GATT Discovery Manager library * - :kconfig:`CONFIG_BT_GATT_DM_DATA_PRINT` - Enable functions for printing discovery related data * - :kconfig:`CONFIG_BT_GATT_DM_MAX_ATTRS` - Maximum number of attributes that can be present in the discovered service * - :kconfig:`CONFIG_BT_GATT_POOL` - GATT Attribute pools * - :kconfig:`CONFIG_BT_GATT_POOL_STATS` - Enable functions for printing module statistics * - :kconfig:`CONFIG_BT_GATT_UUID128_POOL_SIZE` - Number of 128-bit UUID descriptors * - :kconfig:`CONFIG_BT_GATT_UUID16_POOL_SIZE` - Number of 16-bit UUID descriptors * - :kconfig:`CONFIG_BT_GATT_UUID32_POOL_SIZE` - Number of 32-bit UUID descriptors * - :kconfig:`CONFIG_BT_HCI_TX_STACK_SIZE` - HCI Tx thread stack size * - :kconfig:`CONFIG_BT_HIDS` - Human Interface Device service * - :kconfig:`CONFIG_BT_HIDS_ATTR_MAX` - Maximum number of GATT attribute descriptors * - :kconfig:`CONFIG_BT_HIDS_DEFAULT_PERM_RW` - Read and write allowed * - :kconfig:`CONFIG_BT_HIDS_DEFAULT_PERM_RW_AUTHEN` - Require encryption using authenticated link-key for access * - :kconfig:`CONFIG_BT_HIDS_DEFAULT_PERM_RW_ENCRYPT` - Require encryption for access * - :kconfig:`CONFIG_BT_HIDS_FEATURE_REP_MAX` - Maximum number of HIDS Feature Report descriptors * - :kconfig:`CONFIG_BT_HIDS_INPUT_REP_MAX` - Maximum number of HIDS Input Report descriptors * - :kconfig:`CONFIG_BT_HIDS_MAX_CLIENT_COUNT` - Maximum HIDS clients * - :kconfig:`CONFIG_BT_HIDS_OUTPUT_REP_MAX` - Maximum number of HIDS Output Report descriptors * - :kconfig:`CONFIG_BT_HOGP` - HID service client * - :kconfig:`CONFIG_BT_HOGP_REPORTS_MAX` - Maximum number of reports supported * - :kconfig:`CONFIG_BT_LATENCY` - Latency service * - :kconfig:`CONFIG_BT_LATENCY_CLIENT` - Latency service client * - :kconfig:`CONFIG_BT_LBS` - Led Button service * - :kconfig:`CONFIG_BT_LBS_POLL_BUTTON` - Support button state polling * - :kconfig:`CONFIG_BT_MAX_CONN` - Maximum number of simultaneous connections * - :kconfig:`CONFIG_BT_MESH_BATTERY_CLI` - Generic Battery Client * - :kconfig:`CONFIG_BT_MESH_BATTERY_SRV` - Generic Battery Server * - :kconfig:`CONFIG_BT_MESH_DK_PROV` - Bluetooth mesh provisioning handler for Nordic DKs * - :kconfig:`CONFIG_BT_MESH_DK_PROV_OOB_BLINK` - Enable blink output OOB method * - :kconfig:`CONFIG_BT_MESH_DK_PROV_OOB_BUTTON` - Enable button input OOB method * - :kconfig:`CONFIG_BT_MESH_DK_PROV_OOB_LOG` - Enable log based OOB methods * - :kconfig:`CONFIG_BT_MESH_DTT_CLI` - Generic Default Transition Time Client * - :kconfig:`CONFIG_BT_MESH_DTT_SRV` - Generic Default Transition Time Server * - :kconfig:`CONFIG_BT_MESH_DTT_SRV_PERSISTENT` - Store the Default Transition Time persistently * - :kconfig:`CONFIG_BT_MESH_LIGHTNESS_ACTUAL` - Actual * - :kconfig:`CONFIG_BT_MESH_LIGHTNESS_CLI` - Light Lightness Client * - :kconfig:`CONFIG_BT_MESH_LIGHTNESS_LINEAR` - Linear * - :kconfig:`CONFIG_BT_MESH_LIGHTNESS_SRV` - Light Lightness Server * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTL_CLI` - Color Tunable Light (CTL) Client * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTL_SRV` - Color Tunable Light (CTL) Server * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_CLI` - Light LC Client * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV` - Light Lightness Control (LC) Server * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_LVL_ON` - Default light level in the On state * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_LVL_PROLONG` - Default light level in the Prolong state * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_LVL_STANDBY` - Default light level in the Standby state * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_OCCUPANCY_DELAY` - Default occupancy delay * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_OCCUPANCY_MODE` - Initial occupancy mode * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG` - Lightness Regulator * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG_ACCURACY` - Default accuracy (percent) * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG_INTERVAL` - Update interval * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG_KID` - Default Kid coefficient * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG_KIU` - Default Kiu coefficient * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG_KPD` - Default Kpd coefficient * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG_KPU` - Default Kpu coefficient * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG_LUX_ON` - Default target illuminance in the On state * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG_LUX_PROLONG` - Default target illuminance in the Prolong state * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_REG_LUX_STANDBY` - Default target illuminance in the Standby state * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_RESUME_DELAY` - Resume delay (seconds) * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_TIME_FADE_ON` - Default fade to On time * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_TIME_FADE_PROLONG` - Default fade to Prolong time * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_TIME_FADE_STANDBY_AUTO` - Default fade to Standby time (auto) * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_TIME_FADE_STANDBY_MANUAL` - Default fade to Standby time (manual) * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_TIME_MANUAL` - Manual mode timeout (seconds) * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_TIME_ON` - Default time in the On state (seconds) * - :kconfig:`CONFIG_BT_MESH_LIGHT_CTRL_SRV_TIME_PROLONG` - Default time in the Prolong state (seconds) * - :kconfig:`CONFIG_BT_MESH_LIGHT_HSL` - * - :kconfig:`CONFIG_BT_MESH_LIGHT_HSL_CLI` - Light HSL Client * - :kconfig:`CONFIG_BT_MESH_LIGHT_HSL_SRV` - Light HSL Server * - :kconfig:`CONFIG_BT_MESH_LIGHT_HUE_SRV` - Light Hue Server * - :kconfig:`CONFIG_BT_MESH_LIGHT_SAT_SRV` - Light Saturation Server * - :kconfig:`CONFIG_BT_MESH_LIGHT_TEMP_SRV` - Color Tunable Light (CTL) Temperature Server * - :kconfig:`CONFIG_BT_MESH_LIGHT_XYL_CLI` - xyL Client * - :kconfig:`CONFIG_BT_MESH_LIGHT_XYL_SRV` - xyL Server * - :kconfig:`CONFIG_BT_MESH_LOC_CLI` - Generic Location Client * - :kconfig:`CONFIG_BT_MESH_LOC_SRV` - Generic Location Server * - :kconfig:`CONFIG_BT_MESH_LVL_CLI` - Generic Level Client * - :kconfig:`CONFIG_BT_MESH_LVL_SRV` - Generic Level Server * - :kconfig:`CONFIG_BT_MESH_MODEL_SRV_STORE_TIMEOUT` - Delay (in seconds) before storing changes to mesh model servers * - :kconfig:`CONFIG_BT_MESH_MOD_ACKD_TIMEOUT_BASE` - The base timeout for acknowledged messages * - :kconfig:`CONFIG_BT_MESH_MOD_ACKD_TIMEOUT_PER_HOP` - The per hop timeout for acknowledged messages * - :kconfig:`CONFIG_BT_MESH_NRF_MODELS` - * - :kconfig:`CONFIG_BT_MESH_ONOFF_CLI` - Generic OnOff Client * - :kconfig:`CONFIG_BT_MESH_ONOFF_SRV` - Generic OnOff Server * - :kconfig:`CONFIG_BT_MESH_PLVL_CLI` - Generic Power Level Client * - :kconfig:`CONFIG_BT_MESH_PLVL_SRV` - Generic Power Level Server * - :kconfig:`CONFIG_BT_MESH_PONOFF_CLI` - Generic Power OnOff Client * - :kconfig:`CONFIG_BT_MESH_PONOFF_SRV` - Generic Power OnOff Server * - :kconfig:`CONFIG_BT_MESH_PROP_CLI` - Generic Property Client * - :kconfig:`CONFIG_BT_MESH_PROP_MAXCOUNT` - Generic Property value max count * - :kconfig:`CONFIG_BT_MESH_PROP_MAXSIZE` - Generic Property value max size * - :kconfig:`CONFIG_BT_MESH_PROP_SRV` - Generic Property Server * - :kconfig:`CONFIG_BT_MESH_SCENES_MAX` - Max number of scenes * - :kconfig:`CONFIG_BT_MESH_SCENE_CLI` - Scene Client * - :kconfig:`CONFIG_BT_MESH_SCENE_SRV` - Scene Server * - :kconfig:`CONFIG_BT_MESH_SCHEDULER_CLI` - Scheduler Client * - :kconfig:`CONFIG_BT_MESH_SCHEDULER_SRV` - Scheduler Server * - :kconfig:`CONFIG_BT_MESH_SENSOR` - * - :kconfig:`CONFIG_BT_MESH_SENSOR_ALL_TYPES` - Force all sensor types to be known * - :kconfig:`CONFIG_BT_MESH_SENSOR_CHANNELS_MAX` - Max sensor channels * - :kconfig:`CONFIG_BT_MESH_SENSOR_CHANNEL_ENCODED_SIZE_MAX` - Max sensor channel encoded length * - :kconfig:`CONFIG_BT_MESH_SENSOR_CLI` - Sensor Client * - :kconfig:`CONFIG_BT_MESH_SENSOR_LABELS` - Enable Sensor labels * - :kconfig:`CONFIG_BT_MESH_SENSOR_SRV` - Sensor Server * - :kconfig:`CONFIG_BT_MESH_SENSOR_SRV_SENSORS_MAX` - Max number of sensors per server * - :kconfig:`CONFIG_BT_MESH_SENSOR_SRV_SETTINGS_MAX` - Max setting parameters per sensor in a server * - :kconfig:`CONFIG_BT_MESH_SILVAIR_ENOCEAN_AUTO_COMMISSION` - Automatically commission * - :kconfig:`CONFIG_BT_MESH_SILVAIR_ENOCEAN_DELTA` - Delta increment/decrement size * - :kconfig:`CONFIG_BT_MESH_SILVAIR_ENOCEAN_DELTA_TIMEOUT` - Delta timeout * - :kconfig:`CONFIG_BT_MESH_SILVAIR_ENOCEAN_SRV` - Silvair EnOcean Proxy Server * - :kconfig:`CONFIG_BT_MESH_SILVAIR_ENOCEAN_TICK_TIME` - Tick time * - :kconfig:`CONFIG_BT_MESH_SILVAIR_ENOCEAN_WAIT_TIME` - Wait time * - :kconfig:`CONFIG_BT_MESH_TIME` - * - :kconfig:`CONFIG_BT_MESH_TIME_CLI` - Time Client * - :kconfig:`CONFIG_BT_MESH_TIME_MESH_HOP_UNCERTAINTY` - Time model mesh hop uncertainty * - :kconfig:`CONFIG_BT_MESH_TIME_SRV` - Time Server * - :kconfig:`CONFIG_BT_MESH_TIME_SRV_CLOCK_ACCURACY` - Time model clock uncertainty * - :kconfig:`CONFIG_BT_MESH_TIME_SRV_PERSISTENT` - Store the Time Server context persistently * - :kconfig:`CONFIG_BT_MESH_VENDOR_MODELS` - * - :kconfig:`CONFIG_BT_NRF_SERVICES` - * - :kconfig:`CONFIG_BT_NUS` - Nordic UART service * - :kconfig:`CONFIG_BT_NUS_CLIENT` - Nordic UART service client * - :kconfig:`CONFIG_BT_RPC` - Bluetooth over RPC * - :kconfig:`CONFIG_BT_RPC_CLIENT` - Bluetooth over RPC Client * - :kconfig:`CONFIG_BT_RPC_HOST` - Bluetooth over RPC Host * - :kconfig:`CONFIG_BT_RPC_HOST_NRF53_SRAM_SIZE` - * - :kconfig:`CONFIG_BT_RPC_INITIALIZE_NRF_RPC` - Automatically initialize nRF RPC library * - :kconfig:`CONFIG_BT_RSCS` - Running Speed and Cadence Service * - :kconfig:`CONFIG_BT_RX_STACK_SIZE` - Size of the receiving thread stack * - :kconfig:`CONFIG_BT_SCAN` - Scan library * - :kconfig:`CONFIG_BT_SCAN_ADDRESS_CNT` - Number of address filters * - :kconfig:`CONFIG_BT_SCAN_APPEARANCE_CNT` - Number of appearance filters * - :kconfig:`CONFIG_BT_SCAN_BLOCKLIST` - Scanning device blocklist * - :kconfig:`CONFIG_BT_SCAN_BLOCKLIST_LEN` - Blocklist maximum device count * - :kconfig:`CONFIG_BT_SCAN_CONN_ATTEMPTS_COUNT` - Connection attempts count * - :kconfig:`CONFIG_BT_SCAN_CONN_ATTEMPTS_FILTER` - Connection attempts filter * - :kconfig:`CONFIG_BT_SCAN_CONN_ATTEMPTS_FILTER_LEN` - Connection attempts filtered device count * - :kconfig:`CONFIG_BT_SCAN_FILTER_ENABLE` - Enabling filters for the Scan library. * - :kconfig:`CONFIG_BT_SCAN_MANUFACTURER_DATA_CNT` - Number of manufacturer data filters * - :kconfig:`CONFIG_BT_SCAN_MANUFACTURER_DATA_MAX_LEN` - Maximum size for the manufacturer data to search in the advertisement report. * - :kconfig:`CONFIG_BT_SCAN_NAME_CNT` - Number of name filters * - :kconfig:`CONFIG_BT_SCAN_NAME_MAX_LEN` - Maximum size for the name to search in the advertisement report. * - :kconfig:`CONFIG_BT_SCAN_SHORT_NAME_CNT` - Number of short name filters * - :kconfig:`CONFIG_BT_SCAN_SHORT_NAME_MAX_LEN` - Maximum size of the short name to search for in the advertisement report. * - :kconfig:`CONFIG_BT_SCAN_UUID_CNT` - Number of filters for UUIDs. * - :kconfig:`CONFIG_BT_THROUGHPUT` - Throughput service * - :kconfig:`CONFIG_BUILD_S1_VARIANT` - Build S1 variant of specified image * - :kconfig:`CONFIG_CAF` - Common Application Framework * - :kconfig:`CONFIG_CAF_BLE_ADV` - Enable Bluetooth LE advertising * - :kconfig:`CONFIG_CAF_BLE_ADV_DEF_PATH` - Configuration file * - :kconfig:`CONFIG_CAF_BLE_ADV_DIRECT_ADV` - Advertise to bonded peer directly * - :kconfig:`CONFIG_CAF_BLE_ADV_FAST_ADV` - Enable period of fast advertising * - :kconfig:`CONFIG_CAF_BLE_ADV_FAST_ADV_TIMEOUT` - Time of initial fast advertising [s] * - :kconfig:`CONFIG_CAF_BLE_ADV_PM_EVENTS` - Power management events support * - :kconfig:`CONFIG_CAF_BLE_ADV_SWIFT_PAIR` - Enable Swift Pair feature * - :kconfig:`CONFIG_CAF_BLE_ADV_SWIFT_PAIR_GRACE_PERIOD` - No Swift Pair time gap before suspend [s] * - :kconfig:`CONFIG_CAF_BLE_BOND_SUPPORTED` - Application supports Bluetooth LE bond module * - :kconfig:`CONFIG_CAF_BLE_COMMON_EVENTS` - Enable BLE common events * - :kconfig:`CONFIG_CAF_BLE_SMP` - SMP over Bluetooth LE module * - :kconfig:`CONFIG_CAF_BLE_SMP_TRANSFER_EVENTS` - Enable BLE SMP events * - :kconfig:`CONFIG_CAF_BLE_STATE` - Bluetooth LE state module * - :kconfig:`CONFIG_CAF_BLE_STATE_EXCHANGE_MTU` - Exchange MTU * - :kconfig:`CONFIG_CAF_BLE_STATE_PM` - Enable bluetooth LE power manager integration * - :kconfig:`CONFIG_CAF_BLE_STATE_TX_PWR` - * - :kconfig:`CONFIG_CAF_BLE_USE_LLPM` - Enable Low Latency Packet Mode (LLPM) * - :kconfig:`CONFIG_CAF_BUTTONS` - Buttons module * - :kconfig:`CONFIG_CAF_BUTTONS_DEBOUNCE_INTERVAL` - Interval before first button scan in ms * - :kconfig:`CONFIG_CAF_BUTTONS_DEF_PATH` - Configuration file * - :kconfig:`CONFIG_CAF_BUTTONS_EVENT_LIMIT` - Number of button events in a single scan loop * - :kconfig:`CONFIG_CAF_BUTTONS_PM_EVENTS` - Power management events support * - :kconfig:`CONFIG_CAF_BUTTONS_POLARITY_INVERSED` - Inverse buttons polarity * - :kconfig:`CONFIG_CAF_BUTTONS_SCAN_INTERVAL` - Buttons scan interval in ms * - :kconfig:`CONFIG_CAF_BUTTON_EVENTS` - Enable button events * - :kconfig:`CONFIG_CAF_CLICK_DETECTOR` - Click detector module * - :kconfig:`CONFIG_CAF_CLICK_DETECTOR_DEF_PATH` - Configuration file * - :kconfig:`CONFIG_CAF_CLICK_DETECTOR_PM_EVENTS` - Power management events support * - :kconfig:`CONFIG_CAF_CLICK_EVENTS` - Enable click events * - :kconfig:`CONFIG_CAF_FACTORY_RESET_EVENTS` - Enable factory reset events * - :kconfig:`CONFIG_CAF_FACTORY_RESET_REQUEST` - Enable factory reset request module * - :kconfig:`CONFIG_CAF_FACTORY_RESET_REQUEST_BUTTON` - Key ID of button used to request factory reset * - :kconfig:`CONFIG_CAF_FACTORY_RESET_REQUEST_DELAY` - Time in miliseconds to wait for button event at initialization * - :kconfig:`CONFIG_CAF_FORCE_POWER_DOWN_EVENTS` - Enable force Power down event * - :kconfig:`CONFIG_CAF_INIT_LOG_BLE_PEER_CONN_PARAMS_EVENTS` - Log BLE peer connection parameters events * - :kconfig:`CONFIG_CAF_INIT_LOG_BLE_PEER_EVENTS` - Log BLE peer events * - :kconfig:`CONFIG_CAF_INIT_LOG_BLE_PEER_OPERATION_EVENTS` - Log BLE peer operation events * - :kconfig:`CONFIG_CAF_INIT_LOG_BLE_PEER_SEARCH_EVENTS` - Log BLE peer search events * - :kconfig:`CONFIG_CAF_INIT_LOG_BLE_SMP_TRANSFER_EVENTS` - Log BLE SMP transfer events * - :kconfig:`CONFIG_CAF_INIT_LOG_BUTTON_EVENTS` - Log button events * - :kconfig:`CONFIG_CAF_INIT_LOG_CLICK_EVENTS` - Log click events * - :kconfig:`CONFIG_CAF_INIT_LOG_FACTORY_RESET_EVENTS` - Log factory reset events * - :kconfig:`CONFIG_CAF_INIT_LOG_FORCE_POWER_DOWN_EVENTS` - Log force power down event * - :kconfig:`CONFIG_CAF_INIT_LOG_KEEP_ALIVE_EVENTS` - Log power manager keep alive events * - :kconfig:`CONFIG_CAF_INIT_LOG_LED_EVENTS` - Log LED events * - :kconfig:`CONFIG_CAF_INIT_LOG_LED_READY_EVENTS` - Log LED ready event * - :kconfig:`CONFIG_CAF_INIT_LOG_MODULE_STATE_EVENTS` - Log module state events * - :kconfig:`CONFIG_CAF_INIT_LOG_NET_STATE_EVENTS` - Log network state events * - :kconfig:`CONFIG_CAF_INIT_LOG_POWER_DOWN_EVENTS` - Log power down events * - :kconfig:`CONFIG_CAF_INIT_LOG_POWER_MANAGER_EVENTS` - Log power manager event * - :kconfig:`CONFIG_CAF_INIT_LOG_SENSOR_EVENTS` - Log sensor events * - :kconfig:`CONFIG_CAF_INIT_LOG_SENSOR_STATE_EVENTS` - Log sensor state events * - :kconfig:`CONFIG_CAF_INIT_LOG_WAKE_UP_EVENTS` - Log wake up events * - :kconfig:`CONFIG_CAF_KEEP_ALIVE_EVENTS` - Enable keep alive events * - :kconfig:`CONFIG_CAF_LEDS` - LEDs module * - :kconfig:`CONFIG_CAF_LEDS_GPIO` - GPIO * - :kconfig:`CONFIG_CAF_LEDS_PM_EVENTS` - Power management events support * - :kconfig:`CONFIG_CAF_LEDS_PWM` - PWM * - :kconfig:`CONFIG_CAF_LED_EVENTS` - Enable LED events * - :kconfig:`CONFIG_CAF_LOG_NET_STATE_WAITING` - Log waiting on connection * - :kconfig:`CONFIG_CAF_LOG_NET_STATE_WAITING_PERIOD` - Waiting on connection log period [s] * - :kconfig:`CONFIG_CAF_MODULES_FLAGS_COUNT` - Number of supported modules * - :kconfig:`CONFIG_CAF_MODULE_STATE_EVENTS` - Enable module state events * - :kconfig:`CONFIG_CAF_NET_STATE` - Networking state processing * - :kconfig:`CONFIG_CAF_NET_STATE_EVENTS` - Enable network state events * - :kconfig:`CONFIG_CAF_NET_STATE_LTE` - * - :kconfig:`CONFIG_CAF_NET_STATE_OT` - * - :kconfig:`CONFIG_CAF_PM_EVENTS` - Enable power management events * - :kconfig:`CONFIG_CAF_POWER_MANAGER` - Enable power management * - :kconfig:`CONFIG_CAF_POWER_MANAGER_ERROR_TIMEOUT` - Power manager timeout on error [s] * - :kconfig:`CONFIG_CAF_POWER_MANAGER_EVENTS` - Power manager event * - :kconfig:`CONFIG_CAF_POWER_MANAGER_STAY_ON` - Stay on while no connections * - :kconfig:`CONFIG_CAF_POWER_MANAGER_TIMEOUT` - Power down timeout [s] * - :kconfig:`CONFIG_CAF_SENSOR_EVENTS` - Enable sensor events * - :kconfig:`CONFIG_CAF_SENSOR_SAMPLER` - Sensor sampler module * - :kconfig:`CONFIG_CAF_SENSOR_SAMPLER_DEF_PATH` - Configuration file * - :kconfig:`CONFIG_CAF_SENSOR_SAMPLER_THREAD_PRIORITY` - Priority of sensor sampler thread * - :kconfig:`CONFIG_CAF_SENSOR_SAMPLER_THREAD_STACK_SIZE` - Size of sensor sampler thread stack * - :kconfig:`CONFIG_CBKPROXY_IN_SLOTS` - Maximum number of RPC callback proxy input slots * - :kconfig:`CONFIG_CBKPROXY_OUT_SLOTS` - Maximum number of RPC callback proxy output slots * - :kconfig:`CONFIG_CDDL_GEN` - Support code generated by cddl-gen module * - :kconfig:`CONFIG_CJSON_LIB` - cJSON library * - :kconfig:`CONFIG_CLIENT_ID_MAX_LEN` - MQTT Client ID length * - :kconfig:`CONFIG_CLOCK_CONTROL_MPSL` - * - :kconfig:`CONFIG_CLOUD_API` - Cloud API * - :kconfig:`CONFIG_COAP_UTILS` - Support for communication with CoAP * - :kconfig:`CONFIG_CPU_LOAD` - Enable CPU load measurement * - :kconfig:`CONFIG_CPU_LOAD_ALIGNED_CLOCKS` - Enable aligned clock sources * - :kconfig:`CONFIG_CPU_LOAD_CMDS` - Enable shell commands * - :kconfig:`CONFIG_CPU_LOAD_LOG_INTERVAL` - Logging interval for CPU load [ms] * - :kconfig:`CONFIG_CPU_LOAD_LOG_PERIODIC` - Periodically log current CPU load * - :kconfig:`CONFIG_CPU_LOAD_TIMER_0` - Timer 0 * - :kconfig:`CONFIG_CPU_LOAD_TIMER_1` - Timer 1 * - :kconfig:`CONFIG_CPU_LOAD_TIMER_2` - Timer 2 * - :kconfig:`CONFIG_CPU_LOAD_TIMER_3` - Timer 3 * - :kconfig:`CONFIG_CPU_LOAD_TIMER_4` - Timer 4 * - :kconfig:`CONFIG_CPU_LOAD_TIMER_INSTANCE` - * - :kconfig:`CONFIG_CPU_LOAD_USE_SHARED_DPPI_CHANNELS` - Use shared DPPI channels * - :kconfig:`CONFIG_CR_LF_TERMINATION` - CR+LF Termination * - :kconfig:`CONFIG_CR_TERMINATION` - CR Termination * - :kconfig:`CONFIG_CUSTOM_PELION_SECURITY` - Custom * - :kconfig:`CONFIG_DATE_TIME` - Date time library * - :kconfig:`CONFIG_DATE_TIME_IPV6` - Use IPv6 * - :kconfig:`CONFIG_DATE_TIME_MODEM` - Get date time from the nRF9160 onboard modem * - :kconfig:`CONFIG_DATE_TIME_NTP` - Get date time from NTP servers * - :kconfig:`CONFIG_DATE_TIME_NTP_QUERY_TIME_SECONDS` - Duration in which the library will query for NTP time, in seconds * - :kconfig:`CONFIG_DATE_TIME_THREAD_SIZE` - Stack size of the thread maintaining date time * - :kconfig:`CONFIG_DATE_TIME_UPDATE_INTERVAL_SECONDS` - Date time update interval, in seconds * - :kconfig:`CONFIG_DFU_TARGET` - Device Firmware Upgrade target API * - :kconfig:`CONFIG_DFU_TARGET_FULL_MODEM` - Full Modem update support * - :kconfig:`CONFIG_DFU_TARGET_MCUBOOT` - MCUBoot update support * - :kconfig:`CONFIG_DFU_TARGET_MCUBOOT_SAVE_PROGRESS` - Store write progress to flash (MCUboot) [DEPRECATED] * - :kconfig:`CONFIG_DFU_TARGET_MODEM_DELTA` - Modem delta update support * - :kconfig:`CONFIG_DFU_TARGET_MODEM_TIMEOUT` - Erase pending timeout * - :kconfig:`CONFIG_DFU_TARGET_STREAM` - Generic DFU stream target * - :kconfig:`CONFIG_DFU_TARGET_STREAM_SAVE_PROGRESS` - Store write progress to flash stream * - :kconfig:`CONFIG_DISABLE_FLASH_PATCH` - Disable Cortex-M4 Flash Patch capabilities * - :kconfig:`CONFIG_DK_LIBRARY` - Button and LED Library for Nordic DKs * - :kconfig:`CONFIG_DK_LIBRARY_BUTTON_SCAN_INTERVAL` - Scanning interval of buttons in milliseconds * - :kconfig:`CONFIG_DK_LIBRARY_DYNAMIC_BUTTON_HANDLERS` - Enable the runtime assignable button handler API * - :kconfig:`CONFIG_DK_LIBRARY_INVERT_BUTTONS` - Invert buttons pins on DK * - :kconfig:`CONFIG_DK_LIBRARY_INVERT_LEDS` - Invert LED pins on DK * - :kconfig:`CONFIG_DOWNLOAD_CLIENT` - Download client * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_BUF_SIZE` - Buffer size (static) * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_COAP_BLOCK_SIZE` - * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_COAP_BLOCK_SIZE_128` - 128 * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_COAP_BLOCK_SIZE_256` - 256 * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_COAP_BLOCK_SIZE_512` - 512 * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE` - * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_1024` - 1024 * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_2048` - 2048 * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_256` - 256 * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_4096` - 4096 * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_HTTP_FRAG_SIZE_512` - 512 * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_IPV6` - Use IPv6 when possible * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_LOG_HEADERS` - Log protocol headers to console [Debug] * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_MAX_FILENAME_SIZE` - Maximum filename length (stack) * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_MAX_HOSTNAME_SIZE` - Maximum hostname length (stack) * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_RANGE_REQUESTS` - Always use HTTP Range requests * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_SHELL` - Enable shell * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_STACK_SIZE` - Thread stack size * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_TCP_SOCK_TIMEO_MS` - Receive timeout on TCP sockets, in milliseconds * - :kconfig:`CONFIG_DOWNLOAD_CLIENT_UDP_SOCK_TIMEO_MS` - Receive timeout on UDP sockets, in milliseconds * - :kconfig:`CONFIG_DT_FLASH_WRITE_BLOCK_SIZE` - * - :kconfig:`CONFIG_EDGE_IMPULSE` - Enable Edge Impulse * - :kconfig:`CONFIG_EDGE_IMPULSE_DOWNLOAD_ALWAYS` - Download Edge Impulse library on each build * - :kconfig:`CONFIG_EDGE_IMPULSE_URI` - Edge Impulse library URI * - :kconfig:`CONFIG_EI_WRAPPER` - Enable Edge Impulse wrapper * - :kconfig:`CONFIG_EI_WRAPPER_DATA_BUF_SIZE` - Size of input data buffer * - :kconfig:`CONFIG_EI_WRAPPER_DEBUG_MODE` - Run Edge Impulse library in debug mode * - :kconfig:`CONFIG_EI_WRAPPER_THREAD_PRIORITY` - Priority of EI wrapper thread * - :kconfig:`CONFIG_EI_WRAPPER_THREAD_STACK_SIZE` - Size of EI wrapper thread stack * - :kconfig:`CONFIG_ENABLE_ZIGBEE_FOTA_MAX_HW_VERSION` - Enable Zigbee OTA maximum hw version * - :kconfig:`CONFIG_ENABLE_ZIGBEE_FOTA_MIN_HW_VERSION` - Enable Zigbee OTA minimum hw version * - :kconfig:`CONFIG_ENTROPY_CC3XX` - Arm CC3XX RNG driver for Nordic devices * - :kconfig:`CONFIG_ENTROPY_GENERATOR` - Entropy Drivers * - :kconfig:`CONFIG_ESB` - Enhanced ShockBurst * - :kconfig:`CONFIG_ESB_MAX_PAYLOAD_LENGTH` - Maximum payload size * - :kconfig:`CONFIG_ESB_PIPE_COUNT` - Maximum number of pipes * - :kconfig:`CONFIG_ESB_RX_FIFO_SIZE` - RX buffer length * - :kconfig:`CONFIG_ESB_SYS_TIMER0` - TIMER0 * - :kconfig:`CONFIG_ESB_SYS_TIMER1` - TIMER1 * - :kconfig:`CONFIG_ESB_SYS_TIMER2` - TIMER2 * - :kconfig:`CONFIG_ESB_SYS_TIMER3` - TIMER3 * - :kconfig:`CONFIG_ESB_SYS_TIMER4` - TIMER4 * - :kconfig:`CONFIG_ESB_TX_FIFO_SIZE` - TX buffer length * - :kconfig:`CONFIG_ETH_POLL_ACTIVE_PERIOD_MS` - Receive polling period when transfer is running (ms) * - :kconfig:`CONFIG_ETH_POLL_PERIOD_MS` - Receive polling period (ms) * - :kconfig:`CONFIG_ETH_RTT` - Ethernet over RTT driver * - :kconfig:`CONFIG_ETH_RTT_CHANNEL` - RTT channel number * - :kconfig:`CONFIG_ETH_RTT_DEBUG_HEX_DUMP` - Print hex dumps * - :kconfig:`CONFIG_ETH_RTT_DOWN_BUFFER_SIZE` - RTT down buffer size * - :kconfig:`CONFIG_ETH_RTT_DRV_NAME` - Ethernet over RTT driver name * - :kconfig:`CONFIG_ETH_RTT_MAC_ADDR` - MAC address for the interface * - :kconfig:`CONFIG_ETH_RTT_MTU` - Maximum Transmission Unit (MTU) * - :kconfig:`CONFIG_ETH_RTT_UP_BUFFER_SIZE` - RTT up buffer size * - :kconfig:`CONFIG_EVENT_MANAGER` - Event Manager * - :kconfig:`CONFIG_EVENT_MANAGER_EVENT_LOG_BUF_LEN` - Length of buffer for processing event message * - :kconfig:`CONFIG_EVENT_MANAGER_LOG_EVENT_TYPE` - Include event type in the event log output * - :kconfig:`CONFIG_EVENT_MANAGER_MAX_EVENT_CNT` - Maximum number of profiled event types * - :kconfig:`CONFIG_EVENT_MANAGER_PROFILER_ENABLED` - Log events to Profiler * - :kconfig:`CONFIG_EVENT_MANAGER_PROFILE_EVENT_DATA` - Profile data connected with event * - :kconfig:`CONFIG_EVENT_MANAGER_SHOW_EVENTS` - Show events * - :kconfig:`CONFIG_EVENT_MANAGER_SHOW_EVENT_HANDLERS` - Show event handlers * - :kconfig:`CONFIG_EVENT_MANAGER_TRACE_EVENT_EXECUTION` - Trace events execution * - :kconfig:`CONFIG_EXT_API_PROVIDE_EXT_API_ATLEAST_OPTIONAL` - * - :kconfig:`CONFIG_EXT_API_PROVIDE_EXT_API_ATLEAST_REQUIRED` - * - :kconfig:`CONFIG_EXT_API_PROVIDE_EXT_API_ENABLED` - Provide the EXT\_API\_PROVIDE EXT\_API to other images. * - :kconfig:`CONFIG_EXT_API_PROVIDE_EXT_API_FLAGS` - * - :kconfig:`CONFIG_EXT_API_PROVIDE_EXT_API_ID` - * - :kconfig:`CONFIG_EXT_API_PROVIDE_EXT_API_MAX_VER` - * - :kconfig:`CONFIG_EXT_API_PROVIDE_EXT_API_OPTIONAL` - Request to use the EXT\_API\_PROVIDE EXT\_API (optional). * - :kconfig:`CONFIG_EXT_API_PROVIDE_EXT_API_REQUIRED` - Request to use the EXT\_API\_PROVIDE EXT\_API (required). * - :kconfig:`CONFIG_EXT_API_PROVIDE_EXT_API_UNUSED` - Don't request the EXT\_API\_PROVIDE EXT\_API. * - :kconfig:`CONFIG_EXT_API_PROVIDE_EXT_API_VER` - * - :kconfig:`CONFIG_FLASH` - Flash Drivers * - :kconfig:`CONFIG_FLASH_MAP_CUSTOM` - Custom flash map description * - :kconfig:`CONFIG_FLASH_NOP_DEVICE` - Flash no operation device * - :kconfig:`CONFIG_FMFU_CDDL_DECODER_GENERATE` - * - :kconfig:`CONFIG_FMFU_FDEV` - Full Modem Firmware Upgrade from flash device * - :kconfig:`CONFIG_FMFU_FDEV_SKIP_PREVALIDATION` - Skip prevalidation of modem firmware * - :kconfig:`CONFIG_FOTA_DOWNLOAD` - FOTA Download * - :kconfig:`CONFIG_FOTA_DOWNLOAD_MCUBOOT_FLASH_BUF_SZ` - Size of buffer used for flash write operations during MCUboot updates * - :kconfig:`CONFIG_FOTA_DOWNLOAD_PROGRESS_EVT` - Emit progress event upon receiving a download fragment * - :kconfig:`CONFIG_FOTA_SOCKET_RETRIES` - Number of retries for socket-related download issues * - :kconfig:`CONFIG_FPROTECT` - Write-protect flash regions * - :kconfig:`CONFIG_FPROTECT_BLOCK_SIZE` - * - :kconfig:`CONFIG_FPROTECT_ENABLE_NO_ACCESS` - * - :kconfig:`CONFIG_FTP_CLIENT` - FTP client * - :kconfig:`CONFIG_FTP_CLIENT_KEEPALIVE_TIME` - Keep-alive time in seconds after connection * - :kconfig:`CONFIG_FTP_CLIENT_LISTEN_TIME` - Poll time in seconds in receiving FTP message * - :kconfig:`CONFIG_FTP_CLIENT_LOG_HEADERS` - Log FTP headers to Console [Debug] * - :kconfig:`CONFIG_FTP_CLIENT_TLS` - Connection over TLS * - :kconfig:`CONFIG_FW_INFO` - Firmware Metadata * - :kconfig:`CONFIG_FW_INFO_CRYPTO_ID` - * - :kconfig:`CONFIG_FW_INFO_FIRMWARE_VERSION` - Version number of the firmware. * - :kconfig:`CONFIG_FW_INFO_HARDWARE_ID` - The SoC a firmware is built to run on (8 bits). * - :kconfig:`CONFIG_FW_INFO_MAGIC_COMMON` - * - :kconfig:`CONFIG_FW_INFO_MAGIC_COMPATIBILITY_ID` - Compatibility ID for user-defined purposes (8 bits). * - :kconfig:`CONFIG_FW_INFO_MAGIC_EXT_API` - * - :kconfig:`CONFIG_FW_INFO_MAGIC_FIRMWARE_INFO` - * - :kconfig:`CONFIG_FW_INFO_MAGIC_LEN` - * - :kconfig:`CONFIG_FW_INFO_OFFSET` - The location of firmware info inside this firmware. * - :kconfig:`CONFIG_FW_INFO_VALID_VAL` - * - :kconfig:`CONFIG_FW_INFO_VERSION` - * - :kconfig:`CONFIG_GETOPT_LIB` - Getopt library * - :kconfig:`CONFIG_GPS_SIM` - GPS simulator * - :kconfig:`CONFIG_GPS_SIM_BASE_LATITUDE` - Base latitude for GPS data * - :kconfig:`CONFIG_GPS_SIM_BASE_LONGITUDE` - Base longitude for GPS data * - :kconfig:`CONFIG_GPS_SIM_BASE_TIMESTAMP` - Base timestamp for GPS data * - :kconfig:`CONFIG_GPS_SIM_DEV_NAME` - GPS simulator device name * - :kconfig:`CONFIG_GPS_SIM_DYNAMIC_VALUES` - GPS simulator dynamically creates data values * - :kconfig:`CONFIG_GPS_SIM_ELLIPSOID` - Generate ellipsoid GPS path * - :kconfig:`CONFIG_GPS_SIM_FIX_TIME` - Time in milliseconds to get a position fix after search is started * - :kconfig:`CONFIG_GPS_SIM_MAX_STEP` - Maximum step size each iteration * - :kconfig:`CONFIG_GPS_SIM_PSEUDO_RANDOM` - Use pseudo-random values to generate GPS coordinates * - :kconfig:`CONFIG_GPS_SIM_STACK_SIZE` - GPS simulator work queue stack size * - :kconfig:`CONFIG_GPS_SIM_WORKQUEUE_PRIORITY` - GPS simulator work queue (preemptive) priority * - :kconfig:`CONFIG_HCI_RPMSG_BUILD_STRATEGY_FROM_SOURCE` - Build from source * - :kconfig:`CONFIG_HCI_RPMSG_BUILD_STRATEGY_SKIP_BUILD` - Skip building HCI\_RPMSG * - :kconfig:`CONFIG_HEAP_MEM_POOL_SIZE` - Heap memory pool size (in bytes) * - :kconfig:`CONFIG_HW_CC3XX` - Arm CC3xx hw driver for Nordic devices * - :kconfig:`CONFIG_HW_CC3XX_FORCE_ALT` - * - :kconfig:`CONFIG_HW_UNIQUE_KEY` - Hardware Unique Keys (HUK) * - :kconfig:`CONFIG_HW_UNIQUE_KEY_PARTITION_SIZE` - * - :kconfig:`CONFIG_HW_UNIQUE_KEY_RANDOM` - Enable writing random HW Unique Keys * - :kconfig:`CONFIG_ICAL_PARSER` - iCalendar parser * - :kconfig:`CONFIG_ICAL_PARSER_BUFFER_SIZE` - Buffer size for unparsed data * - :kconfig:`CONFIG_ICAL_PARSER_DESCRIPTION_SIZE` - Maximum size of a DESCRIPTION property * - :kconfig:`CONFIG_ICAL_PARSER_DTEND_SIZE` - Maximum size of a DTEND property * - :kconfig:`CONFIG_ICAL_PARSER_DTSTART_SIZE` - Maximum size of a DTSTART property * - :kconfig:`CONFIG_ICAL_PARSER_LOCATION_SIZE` - Maximum size of a LOCATION property * - :kconfig:`CONFIG_ICAL_PARSER_MAX_PROPERTY_SIZE` - Maximum size of an iCalendar property * - :kconfig:`CONFIG_ICAL_PARSER_SUMMARY_SIZE` - Maximum size of a SUMMARY property * - :kconfig:`CONFIG_INIT_ARCH_HW_AT_BOOT` - Initialize internal architecture state at boot * - :kconfig:`CONFIG_IS_SECURE_BOOTLOADER` - Current app is bootloader * - :kconfig:`CONFIG_IS_SPM` - Current app is SPM * - :kconfig:`CONFIG_LF_TERMINATION` - LF Termination * - :kconfig:`CONFIG_LOG_DEFAULT_LEVEL` - Default log level * - :kconfig:`CONFIG_LTE_AUTO_INIT_AND_CONNECT` - Auto Initialize and Connect for the LTE link * - :kconfig:`CONFIG_LTE_EDRX_REQ` - Enable requesting use of eDRX. * - :kconfig:`CONFIG_LTE_EDRX_REQ_VALUE_LTE_M` - Requested eDRX value for LTE-M * - :kconfig:`CONFIG_LTE_EDRX_REQ_VALUE_NBIOT` - Requested eDRX value for NB-IoT * - :kconfig:`CONFIG_LTE_LC_MODEM_SLEEP_NOTIFICATIONS` - Modem sleep notifications * - :kconfig:`CONFIG_LTE_LC_MODEM_SLEEP_NOTIFICATIONS_THRESHOLD_MS` - Modem sleep notifications threshold * - :kconfig:`CONFIG_LTE_LC_MODEM_SLEEP_PRE_WARNING_TIME_MS` - Modem sleep pre-warning time * - :kconfig:`CONFIG_LTE_LC_TAU_PRE_WARNING_NOTIFICATIONS` - Get notifications prior to Tracking Area Updates * - :kconfig:`CONFIG_LTE_LC_TAU_PRE_WARNING_THRESHOLD_MS` - TAU pre-warning threshold * - :kconfig:`CONFIG_LTE_LC_TAU_PRE_WARNING_TIME_MS` - TAU pre-warning time * - :kconfig:`CONFIG_LTE_LC_TRACE` - LTE link control tracing * - :kconfig:`CONFIG_LTE_LINK_CONTROL` - nRF91 LTE Link control library * - :kconfig:`CONFIG_LTE_LOCK_BANDS` - Enable LTE bands lock * - :kconfig:`CONFIG_LTE_LOCK_BAND_MASK` - Band lock mask bit string * - :kconfig:`CONFIG_LTE_LOCK_PLMN` - Enable LTE PLMN lock * - :kconfig:`CONFIG_LTE_LOCK_PLMN_STRING` - PLMN string * - :kconfig:`CONFIG_LTE_MODE_PREFERENCE` - * - :kconfig:`CONFIG_LTE_MODE_PREFERENCE_AUTO` - No preference * - :kconfig:`CONFIG_LTE_MODE_PREFERENCE_LTE_M` - LTE-M * - :kconfig:`CONFIG_LTE_MODE_PREFERENCE_LTE_M_PLMN_PRIO` - LTE-M, PLMN prioritized * - :kconfig:`CONFIG_LTE_MODE_PREFERENCE_NBIOT` - NB-IoT * - :kconfig:`CONFIG_LTE_MODE_PREFERENCE_NBIOT_PLMN_PRIO` - NB-IoT, PLMN prioritized * - :kconfig:`CONFIG_LTE_NEIGHBOR_CELLS_MAX` - Max number of neighbor cells * - :kconfig:`CONFIG_LTE_NETWORK_DEFAULT` - Use default * - :kconfig:`CONFIG_LTE_NETWORK_MODE_LTE_M` - LTE-M * - :kconfig:`CONFIG_LTE_NETWORK_MODE_LTE_M_GPS` - LTE-M and GPS * - :kconfig:`CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT` - LTE-M and NB-IoT * - :kconfig:`CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT_GPS` - LTE-M, NB-IoT and GPS * - :kconfig:`CONFIG_LTE_NETWORK_MODE_NBIOT` - NB-IoT * - :kconfig:`CONFIG_LTE_NETWORK_MODE_NBIOT_GPS` - NB-IoT and GPS * - :kconfig:`CONFIG_LTE_NETWORK_TIMEOUT` - Time period [s] to attempt establishing connection * - :kconfig:`CONFIG_LTE_NETWORK_USE_FALLBACK` - Use fallback network mode if selected mode fails * - :kconfig:`CONFIG_LTE_PSM_REQ_RAT` - PSM setting requested active time * - :kconfig:`CONFIG_LTE_PSM_REQ_RPTAU` - PSM setting requested periodic TAU * - :kconfig:`CONFIG_LTE_PTW_VALUE_LTE_M` - Requested PTW value for LTE-M * - :kconfig:`CONFIG_LTE_PTW_VALUE_NBIOT` - Requested PTW value for NB-IoT * - :kconfig:`CONFIG_LTE_RAI_REQ_VALUE` - Requested RAI value * - :kconfig:`CONFIG_LTE_UNLOCK_PLMN` - Disable LTE PLMN lock * - :kconfig:`CONFIG_LWM2M_CARRIER` - LwM2M carrier library * - :kconfig:`CONFIG_LWM2M_CARRIER_CERTIFICATION_MODE` - Connect to certification servers * - :kconfig:`CONFIG_LWM2M_CARRIER_CUSTOM_APN` - LwM2M carrier custom APN * - :kconfig:`CONFIG_LWM2M_CARRIER_CUSTOM_BOOTSTRAP_PSK` - LwM2M carrier custom bootstrap PSK * - :kconfig:`CONFIG_LWM2M_CARRIER_CUSTOM_BOOTSTRAP_URI` - LwM2M carrier custom bootstrap URI * - :kconfig:`CONFIG_LWM2M_CARRIER_USE_CUSTOM_APN` - Use custom APN * - :kconfig:`CONFIG_LWM2M_CARRIER_USE_CUSTOM_BOOTSTRAP_PSK` - Use custom bootstrap PSK * - :kconfig:`CONFIG_LWM2M_CARRIER_USE_CUSTOM_BOOTSTRAP_URI` - Use custom bootstrap URI * - :kconfig:`CONFIG_LWM2M_CLIENT_UTILS` - LWM2M client utilities library * - :kconfig:`CONFIG_LWM2M_CLIENT_UTILS_CONN_MON_OBJ_SUPPORT` - Connection Monitor object support * - :kconfig:`CONFIG_LWM2M_CLIENT_UTILS_DEVICE_OBJ_SUPPORT` - Device object support * - :kconfig:`CONFIG_LWM2M_CLIENT_UTILS_FIRMWARE_UPDATE_OBJ_SUPPORT` - Firmware Update object support * - :kconfig:`CONFIG_LWM2M_CLIENT_UTILS_LOCATION_OBJ_SUPPORT` - Location object support * - :kconfig:`CONFIG_LWM2M_CLIENT_UTILS_SECURITY_OBJ_SUPPORT` - Security object support * - :kconfig:`CONFIG_LWM2M_CONN_MON_BEARER_MAX` - Max number of bearers * - :kconfig:`CONFIG_MAIN_STACK_SIZE` - Size of stack for initialization and main thread * - :kconfig:`CONFIG_MAX_LENGTH_OF_CUSTOM_EVENTS_DESCRIPTIONS` - Maximum number of characters used to describe single event type * - :kconfig:`CONFIG_MAX_NUMBER_OF_CUSTOM_EVENTS` - Maximum number of stored custom event types * - :kconfig:`CONFIG_MBEDTLS_CCM_C` - AES-CCM - AES Counter with CBC-MAC mode * - :kconfig:`CONFIG_MBEDTLS_CHACHA20_C` - CHACHA20 stream cipher support * - :kconfig:`CONFIG_MBEDTLS_CIPHER_MODE_CBC` - AES-CBC - AES Cipher Block Chaining mode * - :kconfig:`CONFIG_MBEDTLS_CIPHER_MODE_CTR` - AES-CTR - AES Counter Block Cipher mode * - :kconfig:`CONFIG_MBEDTLS_CMAC_C` - AES-CMAC - AES Cipher-based Message Authentication Code mode for block ciphers * - :kconfig:`CONFIG_MBEDTLS_DHM_C` - DHM - Diffie-Hellman-Merkel * - :kconfig:`CONFIG_MBEDTLS_ECP_C` - ECC - Eliptic Curve Cryptography * - :kconfig:`CONFIG_MBEDTLS_ENABLE_HEAP` - Enable global heap for mbed TLS * - :kconfig:`CONFIG_MBEDTLS_GCM_C` - AES-GCM - AES Galois/Counter Mode support * - :kconfig:`CONFIG_MBEDTLS_HEAP_SIZE` - Heap size for mbed TLS * - :kconfig:`CONFIG_MBEDTLS_HMAC_DRBG_C` - PRNG using HMAC\_DRBG * - :kconfig:`CONFIG_MBEDTLS_LIBRARY_NRF_SECURITY` - Use mbed TLS library from Nordic provided security backend * - :kconfig:`CONFIG_MBEDTLS_POLY1305_C` - POLY1305 module support * - :kconfig:`CONFIG_MBEDTLS_PROMPTLESS` - * - :kconfig:`CONFIG_MBEDTLS_PSA_CRYPTO_STORAGE_C` - PSA storage for persistent keys * - :kconfig:`CONFIG_MBEDTLS_SHA1_C` - SHA-1 hash functionality * - :kconfig:`CONFIG_MBEDTLS_SHA512_C` - SHA-512 hash functionality * - :kconfig:`CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN` - Max payload size for TLS protocol message * - :kconfig:`CONFIG_MBEDTLS_TLS_LIBRARY` - Create mbed TLS transport layer security library * - :kconfig:`CONFIG_MBEDTLS_X509_LIBRARY` - Create mbed TLS x509 library * - :kconfig:`CONFIG_MCUBOOT` - * - :kconfig:`CONFIG_MCUBOOT_BUILD_STRATEGY_FROM_SOURCE` - Build from source * - :kconfig:`CONFIG_MCUBOOT_BUILD_STRATEGY_SKIP_BUILD` - Skip building MCUBOOT * - :kconfig:`CONFIG_MCUBOOT_BUILD_STRATEGY_USE_HEX_FILE` - Use hex file instead of building MCUBOOT * - :kconfig:`CONFIG_MCUBOOT_FLASH_WRITE_BLOCK_SIZE` - * - :kconfig:`CONFIG_MCUBOOT_HEX_FILE` - MCUBOOT hex file * - :kconfig:`CONFIG_MCUBOOT_IMAGE_VERSION` - Image version * - :kconfig:`CONFIG_MCUMGR_BUF_SIZE` - Size of each mcumgr buffer * - :kconfig:`CONFIG_MEMFAULT_NCS_DEVICE_ID` - Memfault device ID * - :kconfig:`CONFIG_MEMFAULT_NCS_DEVICE_ID_IMEI` - Use IMEI as Memfault device ID * - :kconfig:`CONFIG_MEMFAULT_NCS_DEVICE_ID_MAX_LEN` - Memfault device ID max length * - :kconfig:`CONFIG_MEMFAULT_NCS_DEVICE_ID_RUNTIME` - Set device ID runtime * - :kconfig:`CONFIG_MEMFAULT_NCS_DEVICE_ID_STATIC` - Set Memfault device ID in Kconfig * - :kconfig:`CONFIG_MEMFAULT_NCS_FLASH_REGION_SIZE` - * - :kconfig:`CONFIG_MEMFAULT_NCS_FW_TYPE` - Firmware type * - :kconfig:`CONFIG_MEMFAULT_NCS_FW_VERSION` - Static firmware version to use * - :kconfig:`CONFIG_MEMFAULT_NCS_FW_VERSION_AUTO` - Dynamic firmware version * - :kconfig:`CONFIG_MEMFAULT_NCS_FW_VERSION_PREFIX` - Firmware version prefix * - :kconfig:`CONFIG_MEMFAULT_NCS_FW_VERSION_STATIC` - Static firmware version * - :kconfig:`CONFIG_MEMFAULT_NCS_HW_VERSION` - Hardware version * - :kconfig:`CONFIG_MEMFAULT_NCS_INIT_PRIORITY` - Memfault initialization priority * - :kconfig:`CONFIG_MEMFAULT_NCS_INTERNAL_FLASH_BACKED_COREDUMP` - Save coredump to internal flash instead of RAM * - :kconfig:`CONFIG_MEMFAULT_NCS_LTE_METRICS` - Collect LTE metrics * - :kconfig:`CONFIG_MEMFAULT_NCS_PROJECT_KEY` - Memfault API key * - :kconfig:`CONFIG_MEMFAULT_NCS_PROVISION_CERTIFICATES` - Provision certificates on initalization * - :kconfig:`CONFIG_MEMFAULT_NCS_STACK_METRICS` - Collect stack metrics * - :kconfig:`CONFIG_MEMFAULT_NCS_USE_DEFAULT_METRICS` - * - :kconfig:`CONFIG_MGMT_FMFU` - Serial Modem Firmware Update support * - :kconfig:`CONFIG_MODEM_ATTEST_TOKEN` - Modem Attestation Token Library * - :kconfig:`CONFIG_MODEM_ATTEST_TOKEN_PARSING` - Enable parsing of the attestation token * - :kconfig:`CONFIG_MODEM_INFO` - nRF91 modem information library * - :kconfig:`CONFIG_MODEM_INFO_ADD_BOARD` - Add board name to JSON string * - :kconfig:`CONFIG_MODEM_INFO_ADD_DATE_TIME` - Read the real-time clock value from the modem * - :kconfig:`CONFIG_MODEM_INFO_ADD_DEVICE` - Add the device information to the modem informer * - :kconfig:`CONFIG_MODEM_INFO_ADD_NETWORK` - Read the network information from the modem * - :kconfig:`CONFIG_MODEM_INFO_ADD_SIM` - Read the SIM card information from the modem * - :kconfig:`CONFIG_MODEM_INFO_ADD_SIM_ICCID` - Read the SIM card ICCID from the modem * - :kconfig:`CONFIG_MODEM_INFO_ADD_SIM_IMSI` - Read the SIM card IMSI from the modem * - :kconfig:`CONFIG_MODEM_INFO_BUFFER_SIZE` - Size of buffer used to read data from the socket * - :kconfig:`CONFIG_MODEM_INFO_MAX_AT_PARAMS_RSP` - Maximum number of response parameters * - :kconfig:`CONFIG_MODEM_JWT` - Modem JWT Library * - :kconfig:`CONFIG_MODEM_JWT_MAX_LEN` - Buffer size to allocate for JWT * - :kconfig:`CONFIG_MODEM_KEY_MGMT` - nRF9160 modem key management library * - :kconfig:`CONFIG_MPSL_ASSERT_HANDLER` - Application defined assertion handler * - :kconfig:`CONFIG_MPSL_CX` - Radio Coexistence interface support [EXPERIMENTAL] * - :kconfig:`CONFIG_MPSL_CX_THREAD` - Thread Radio Coexistence * - :kconfig:`CONFIG_MPSL_CX_THREAD_PIN_GRANT` - GPIO pin id used as coexistence Grant signal * - :kconfig:`CONFIG_MPSL_CX_THREAD_PIN_PRIORITY` - GPIO pin id used as coexistence Priority signal * - :kconfig:`CONFIG_MPSL_CX_THREAD_PIN_REQUEST` - GPIO pin id used as coexistence Request signal * - :kconfig:`CONFIG_MPSL_FEM` - Radio front-end module (FEM) support * - :kconfig:`CONFIG_MPSL_FEM_DEVICE_CONFIG_254` - Apply device configuration 254 * - :kconfig:`CONFIG_MPSL_FEM_GENERIC_TWO_CTRL_PINS_SUPPORT` - * - :kconfig:`CONFIG_MPSL_FEM_NRF21540_GPIO` - nRF21540 front-end module in GPIO mode * - :kconfig:`CONFIG_MPSL_FEM_NRF21540_GPIO_SUPPORT` - * - :kconfig:`CONFIG_MPSL_FEM_NRF21540_RX_GAIN_DB` - RX gain of the nRF21540 LNA amplifier in dB * - :kconfig:`CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB` - TX gain of the nRF21540 PA amplifier in dB * - :kconfig:`CONFIG_MPSL_FEM_PIN_FORWARDER` - Forward pin control for front-end module (FEM) to the radio core * - :kconfig:`CONFIG_MPSL_FEM_SIMPLE_GPIO` - Generic front-end module with two-pin control * - :kconfig:`CONFIG_MPSL_SIGNAL_STACK_SIZE` - Size of the signal handler thread stack * - :kconfig:`CONFIG_MPSL_THREAD_COOP_PRIO` - * - :kconfig:`CONFIG_MPSL_TIMESLOT_SESSION_COUNT` - Number of timeslot sessions * - :kconfig:`CONFIG_MULTICELL_LOCATION` - Multicell Location * - :kconfig:`CONFIG_MULTICELL_LOCATION_HERE_API_KEY` - HERE API key * - :kconfig:`CONFIG_MULTICELL_LOCATION_HERE_APP_CODE` - HERE APP code * - :kconfig:`CONFIG_MULTICELL_LOCATION_HERE_APP_ID` - HERE APP ID * - :kconfig:`CONFIG_MULTICELL_LOCATION_HERE_USE_API_KEY` - Use API key * - :kconfig:`CONFIG_MULTICELL_LOCATION_HERE_USE_APP_CODE_ID` - Use app code and ID * - :kconfig:`CONFIG_MULTICELL_LOCATION_HERE_V1` - HERE API v1 * - :kconfig:`CONFIG_MULTICELL_LOCATION_HERE_V2` - HERE API v2 * - :kconfig:`CONFIG_MULTICELL_LOCATION_HOSTNAME` - Server hostname * - :kconfig:`CONFIG_MULTICELL_LOCATION_HTTPS_PORT` - HTTPS port number * - :kconfig:`CONFIG_MULTICELL_LOCATION_MAX_NEIGHBORS` - Max number of neighbor cells * - :kconfig:`CONFIG_MULTICELL_LOCATION_NRF_CLOUD_JWT_SEC_TAG` - Security tag for JWT signing * - :kconfig:`CONFIG_MULTICELL_LOCATION_RECV_BUF_SIZE` - Receive buffer size * - :kconfig:`CONFIG_MULTICELL_LOCATION_RECV_TIMEOUT` - Receive timeout, in seconds * - :kconfig:`CONFIG_MULTICELL_LOCATION_SEND_BUF_SIZE` - Send buffer size * - :kconfig:`CONFIG_MULTICELL_LOCATION_SEND_TIMEOUT` - Send timeout, in seconds * - :kconfig:`CONFIG_MULTICELL_LOCATION_SERVICE_HERE` - HERE location service * - :kconfig:`CONFIG_MULTICELL_LOCATION_SERVICE_NONE` - No location service * - :kconfig:`CONFIG_MULTICELL_LOCATION_SERVICE_NRF_CLOUD` - nRF Cloud location service * - :kconfig:`CONFIG_MULTICELL_LOCATION_SERVICE_SKYHOOK` - Skyhook location service * - :kconfig:`CONFIG_MULTICELL_LOCATION_SKYHOOK_API_KEY` - Skyhook API key * - :kconfig:`CONFIG_MULTICELL_LOCATION_TLS_SEC_TAG` - Security tag for TLS certificates * - :kconfig:`CONFIG_MULTITHREADING_LOCK` - * - :kconfig:`CONFIG_NCS_SAMPLES_DEFAULTS` - Enable NCS sample default settings * - :kconfig:`CONFIG_NCS_SAMPLE_EMPTY_APP_CORE_CHILD_IMAGE` - Enable empty\_app\_core as a child image * - :kconfig:`CONFIG_NDEF_FILE_SIZE` - NDEF file maximal size * - :kconfig:`CONFIG_NFCT_IRQ_PRIORITY` - Interrupt priority * - :kconfig:`CONFIG_NFC_NDEF` - NDEF libraries * - :kconfig:`CONFIG_NFC_NDEF_CH_MAJOR_VERSION` - Connection Handover major version * - :kconfig:`CONFIG_NFC_NDEF_CH_MINOR_VERSION` - Connection Handover minor version * - :kconfig:`CONFIG_NFC_NDEF_CH_MSG` - NDEF pairing Connection Handover message generator library * - :kconfig:`CONFIG_NFC_NDEF_CH_PARSER` - NDEF Connection Handover parser library * - :kconfig:`CONFIG_NFC_NDEF_CH_REC` - NDEF Connection Handover records generator library * - :kconfig:`CONFIG_NFC_NDEF_LE_OOB_REC` - NDEF LE OOB record generator library * - :kconfig:`CONFIG_NFC_NDEF_LE_OOB_REC_PARSER` - NDEF LE OOB record parser library * - :kconfig:`CONFIG_NFC_NDEF_MSG` - NDEF Message generator library * - :kconfig:`CONFIG_NFC_NDEF_PARSER` - NDEF parser libraries * - :kconfig:`CONFIG_NFC_NDEF_PAYLOAD_TYPE_COMMON` - Standard NDEF Record Type definitions * - :kconfig:`CONFIG_NFC_NDEF_RECORD` - NDEF Record generator library * - :kconfig:`CONFIG_NFC_NDEF_TEXT_RECORD` - Encoding data for a text record for NFC Tag * - :kconfig:`CONFIG_NFC_NDEF_TNEP_RECORD` - Encoding data for a tnep record for NFC Tag * - :kconfig:`CONFIG_NFC_NDEF_URI_MSG` - NDEF URI messages generator library * - :kconfig:`CONFIG_NFC_NDEF_URI_REC` - NDEF URI record generator library * - :kconfig:`CONFIG_NFC_PLATFORM` - Common NFC configuration * - :kconfig:`CONFIG_NFC_T2T_PARSER` - NFC Type 2 Tag parser libraries * - :kconfig:`CONFIG_NFC_T4T_APDU` - NFC Type 4 Tag APDU * - :kconfig:`CONFIG_NFC_T4T_CC_FILE` - NFC Type 4 Tag CC file * - :kconfig:`CONFIG_NFC_T4T_HL_PROCEDURE` - NFC Type 4 Tag High Level Procedure * - :kconfig:`CONFIG_NFC_T4T_HL_PROCEDURE_APDU_BUF_SIZE` - NFC Type 4 Tag APDU buffer size * - :kconfig:`CONFIG_NFC_T4T_HL_PROCEDURE_CC_BUFFER_SIZE` - NFC Type 4 Tag Capability Container buffer size * - :kconfig:`CONFIG_NFC_T4T_ISODEP` - NFC Type 4 Tag isodep * - :kconfig:`CONFIG_NFC_T4T_ISODEP_ACK_RETRY` - NFC-A Type 4 Tag ISO-DEP ACK retry * - :kconfig:`CONFIG_NFC_T4T_ISODEP_DESELECT_RETRY` - NFC-A Type 4 Tag S(DESELECT) retry * - :kconfig:`CONFIG_NFC_T4T_ISODEP_NAK_RETRY` - NFC-A Type 4 Tag NAK retry * - :kconfig:`CONFIG_NFC_T4T_ISODEP_RATS_RETRY` - NFC-A Type 4 Tag RATS retry * - :kconfig:`CONFIG_NFC_T4T_ISODEP_WTX_RETRY` - NFC-A Type 4 Tag S(WTX) retry * - :kconfig:`CONFIG_NFC_T4T_NDEF_FILE` - NFC Type 4 Tag NDEF File * - :kconfig:`CONFIG_NFC_TNEP_CH` - NFC TNEP Connection Handover * - :kconfig:`CONFIG_NFC_TNEP_CH_MAX_LOCAL_RECORD_COUNT` - Maximum local Records count in the nested Connection Handover Message * - :kconfig:`CONFIG_NFC_TNEP_CH_MAX_NDEF_SIZE` - Maximum TNEP NDEF Message size * - :kconfig:`CONFIG_NFC_TNEP_CH_MAX_RECORD_COUNT` - Maximum Record count in received NDEF Message * - :kconfig:`CONFIG_NFC_TNEP_CH_MAX_TIME_EXTENSION` - Maximum number of Waiting Time Extension * - :kconfig:`CONFIG_NFC_TNEP_CH_MIN_WAIT_TIME` - Minimum waiting time * - :kconfig:`CONFIG_NFC_TNEP_CH_PARSER_BUFFER_SIZE` - Connection Handover parser buffer size * - :kconfig:`CONFIG_NFC_TNEP_CH_POLLER_RX_BUF_SIZE` - Connection Handover Poller receive buffer size * - :kconfig:`CONFIG_NFC_TNEP_POLLER` - Tag NDEF Exchange Protocol - Poller side * - :kconfig:`CONFIG_NFC_TNEP_POLLER_RX_MAX_RECORD_CNT` - Maximum count of NDEF Records in the received NDEF Message * - :kconfig:`CONFIG_NFC_TNEP_RX_MAX_RECORD_CNT` - Maximum count of NDEF Records in the received NDEF Message * - :kconfig:`CONFIG_NFC_TNEP_RX_MAX_RECORD_SIZE` - Maximum size of received NDEF Record * - :kconfig:`CONFIG_NFC_TNEP_TAG` - Tag NDEF Exchange Protocol. * - :kconfig:`CONFIG_NORDIC_QSPI_NOR` - QSPI NOR Flash * - :kconfig:`CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE` - Page size to use for FLASH\_LAYOUT feature * - :kconfig:`CONFIG_NORDIC_SECURITY_PROMPTLESS` - * - :kconfig:`CONFIG_NRF53_MULTI_IMAGE_UPDATE` - Support updating app core and net core in a single operation * - :kconfig:`CONFIG_NRF53_RAM_FLASH_SIZE` - * - :kconfig:`CONFIG_NRF53_UPGRADE_NETWORK_CORE` - Support updating nRF53 Network Core application * - :kconfig:`CONFIG_NRF9160_GPS` - nRF9160 GPS driver [deprecated] * - :kconfig:`CONFIG_NRF9160_GPS_ANTENNA_EXTERNAL` - External antenna * - :kconfig:`CONFIG_NRF9160_GPS_ANTENNA_ONBOARD` - Onboard antenna * - :kconfig:`CONFIG_NRF9160_GPS_COEX0_STRING` - COEX0 string * - :kconfig:`CONFIG_NRF9160_GPS_DEV_NAME` - nRF9160 GPS device name * - :kconfig:`CONFIG_NRF9160_GPS_HANDLE_MODEM_CONFIGURATION` - The GPS driver will handle modem configuration directly * - :kconfig:`CONFIG_NRF9160_GPS_INIT_PRIO` - Initialization priority * - :kconfig:`CONFIG_NRF9160_GPS_MAGPIO_STRING` - MAGPIO string * - :kconfig:`CONFIG_NRF9160_GPS_NMEA_GGA` - Enable GGA strings * - :kconfig:`CONFIG_NRF9160_GPS_NMEA_GLL` - Enable GLL strings * - :kconfig:`CONFIG_NRF9160_GPS_NMEA_GSA` - Enable GSA strings * - :kconfig:`CONFIG_NRF9160_GPS_NMEA_GSV` - Enable GSV strings * - :kconfig:`CONFIG_NRF9160_GPS_NMEA_RMC` - Enable RMC strings * - :kconfig:`CONFIG_NRF9160_GPS_PRIORITY_WINDOW_TIMEOUT_SEC` - Enable GPS priority window if the GPS is blocked for this duration * - :kconfig:`CONFIG_NRF9160_GPS_SET_COEX0` - Let the driver set COEX0 configuration * - :kconfig:`CONFIG_NRF9160_GPS_SET_MAGPIO` - Let the driver set MAGPIO configuration * - :kconfig:`CONFIG_NRF9160_GPS_THREAD_PRIORITY` - Thread (preemtible) priority * - :kconfig:`CONFIG_NRF9160_GPS_THREAD_STACK_SIZE` - Thread stack size * - :kconfig:`CONFIG_NRF91_SOCKET_BLOCK_LIMIT` - Maximum size the modem can send * - :kconfig:`CONFIG_NRF91_SOCKET_SEND_SPLIT_LARGE_BLOCKS` - Split large blocks passed to send() or sendto() * - :kconfig:`CONFIG_NRF_802154_RADIO_CONFIG` - nRF52 IEEE 802.15.4 configurator * - :kconfig:`CONFIG_NRF_802154_RADIO_CONFIG_PRIO` - nRF52 IEEE 802.15.4 configuration priority * - :kconfig:`CONFIG_NRF_ACL_FLASH_REGION_SIZE` - * - :kconfig:`CONFIG_NRF_BPROT_FLASH_REGION_SIZE` - * - :kconfig:`CONFIG_NRF_CLOUD` - nRF Cloud Library * - :kconfig:`CONFIG_NRF_CLOUD_AGPS` - nRF Cloud Assisted GPS (A-GPS) * - :kconfig:`CONFIG_NRF_CLOUD_CELL_POS` - Enable nRF Cloud Cellular Positioning * - :kconfig:`CONFIG_NRF_CLOUD_CERTIFICATES_FILE` - nRF Cloud certificates * - :kconfig:`CONFIG_NRF_CLOUD_CLIENT_ID` - MQTT Client ID used for connection to nRF Cloud * - :kconfig:`CONFIG_NRF_CLOUD_CLIENT_ID_PREFIX` - Prefix used when constructing the MQTT client ID from the IMEI * - :kconfig:`CONFIG_NRF_CLOUD_CLIENT_ID_SRC_COMPILE_TIME` - Compile time value * - :kconfig:`CONFIG_NRF_CLOUD_CLIENT_ID_SRC_IMEI` - IMEI based value * - :kconfig:`CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID` - Modem internal UUID value * - :kconfig:`CONFIG_NRF_CLOUD_CLIENT_ID_SRC_RUNTIME` - Runtime value * - :kconfig:`CONFIG_NRF_CLOUD_CONNECTION_POLL_THREAD` - Poll cloud connection in a separate thread * - :kconfig:`CONFIG_NRF_CLOUD_FOTA` - Enable FOTA through nRF Cloud * - :kconfig:`CONFIG_NRF_CLOUD_FOTA_BLE_DEVICES` - Enable API for FOTA of BLE devices * - :kconfig:`CONFIG_NRF_CLOUD_FOTA_DOWNLOAD_FRAGMENT_SIZE` - Fragment size for FOTA downloads. * - :kconfig:`CONFIG_NRF_CLOUD_FOTA_LOG_LEVEL` - * - :kconfig:`CONFIG_NRF_CLOUD_FOTA_LOG_LEVEL_DBG` - Debug * - :kconfig:`CONFIG_NRF_CLOUD_FOTA_LOG_LEVEL_ERR` - Error * - :kconfig:`CONFIG_NRF_CLOUD_FOTA_LOG_LEVEL_INF` - Info * - :kconfig:`CONFIG_NRF_CLOUD_FOTA_LOG_LEVEL_NONE` - None * - :kconfig:`CONFIG_NRF_CLOUD_FOTA_LOG_LEVEL_WRN` - Warning * - :kconfig:`CONFIG_NRF_CLOUD_FOTA_PROGRESS_PCT_INCREMENT` - Percentage increment at which FOTA download progress is reported * - :kconfig:`CONFIG_NRF_CLOUD_GATEWAY` - nRF Cloud Gateway * - :kconfig:`CONFIG_NRF_CLOUD_HOST_NAME` - nRF Cloud server hostname * - :kconfig:`CONFIG_NRF_CLOUD_IPV6` - Configure nRF Cloud library to use IPv6 addressing. Otherwise IPv4 is used. * - :kconfig:`CONFIG_NRF_CLOUD_MQTT` - nRF Cloud MQTT * - :kconfig:`CONFIG_NRF_CLOUD_MQTT_KEEPALIVE` - Maximum number of keep alive time for MQTT (in seconds) * - :kconfig:`CONFIG_NRF_CLOUD_MQTT_MESSAGE_BUFFER_LEN` - Size of the buffer for MQTT library. * - :kconfig:`CONFIG_NRF_CLOUD_MQTT_PAYLOAD_BUFFER_LEN` - Size of the buffer for MQTT PUBLISH payload. * - :kconfig:`CONFIG_NRF_CLOUD_PGPS` - Enable nRF Cloud Predicted GPS (P-GPS) * - :kconfig:`CONFIG_NRF_CLOUD_PGPS_DOWNLOAD_FRAGMENT_SIZE` - Fragment size for P-GPS downloads * - :kconfig:`CONFIG_NRF_CLOUD_PGPS_NUM_PREDICTIONS` - Desired number of predictions. * - :kconfig:`CONFIG_NRF_CLOUD_PGPS_PREDICTION_PERIOD` - Desired time in minutes between predictions. * - :kconfig:`CONFIG_NRF_CLOUD_PGPS_REPLACEMENT_THRESHOLD` - Number of predictions remaining before fetching more. * - :kconfig:`CONFIG_NRF_CLOUD_PGPS_REQUEST_ALL_UPON_INIT` - Request all available P-GPS data upon initialization * - :kconfig:`CONFIG_NRF_CLOUD_PGPS_TRANSPORT_MQTT` - MQTT transport * - :kconfig:`CONFIG_NRF_CLOUD_PGPS_TRANSPORT_NONE` - No transport * - :kconfig:`CONFIG_NRF_CLOUD_PORT` - nRF Cloud server port * - :kconfig:`CONFIG_NRF_CLOUD_PROVISION_CERTIFICATES` - nRF Cloud library provision of certificate * - :kconfig:`CONFIG_NRF_CLOUD_REST` - nRF Cloud REST * - :kconfig:`CONFIG_NRF_CLOUD_REST_FRAGMENT_SIZE` - Fragment size for REST API downloads * - :kconfig:`CONFIG_NRF_CLOUD_REST_HOST_NAME` - nRF Cloud REST API hostname * - :kconfig:`CONFIG_NRF_CLOUD_REST_RECV_TIMEOUT` - Socket receive timeout, in seconds * - :kconfig:`CONFIG_NRF_CLOUD_REST_SEND_TIMEOUT` - Socket send timeout, in seconds * - :kconfig:`CONFIG_NRF_CLOUD_SEC_TAG` - Security tag to use for nRF Cloud connection * - :kconfig:`CONFIG_NRF_CLOUD_SEND_BLOCKING` - Send data using blocking socket * - :kconfig:`CONFIG_NRF_CLOUD_SEND_NONBLOCKING` - Send data using non-blocking socket * - :kconfig:`CONFIG_NRF_CLOUD_SEND_TIMEOUT` - Send data with socket timeout * - :kconfig:`CONFIG_NRF_CLOUD_SEND_TIMEOUT_SEC` - Send timeout * - :kconfig:`CONFIG_NRF_CLOUD_STATIC_IPV4` - Enable use of static IPv4 * - :kconfig:`CONFIG_NRF_CLOUD_STATIC_IPV4_ADDR` - Static IPv4 address * - :kconfig:`CONFIG_NRF_CURL` - Curl * - :kconfig:`CONFIG_NRF_CURL_INTEGRATION` - Curl changes for NRF * - :kconfig:`CONFIG_NRF_CURL_LIB` - * - :kconfig:`CONFIG_NRF_CURL_PROMPTLESS` - * - :kconfig:`CONFIG_NRF_CURL_TOOL` - * - :kconfig:`CONFIG_NRF_IPERF3` - Iperf3 NRF integration * - :kconfig:`CONFIG_NRF_IPERF3_CLIENT_TEST_START_TIME` - Test start delay * - :kconfig:`CONFIG_NRF_IPERF3_HOST_NAME` - iperf3 host name * - :kconfig:`CONFIG_NRF_IPERF3_INTEGRATION` - * - :kconfig:`CONFIG_NRF_IPERF3_MULTICONTEXT_SUPPORT` - * - :kconfig:`CONFIG_NRF_IPERF3_NONBLOCKING_CLIENT_CHANGES` - * - :kconfig:`CONFIG_NRF_IPERF3_PROMPTLESS` - * - :kconfig:`CONFIG_NRF_IPERF3_RESULTS_WAIT_TIME` - Maximum response wait time (seconds) * - :kconfig:`CONFIG_NRF_MODEM_LIB` - Enable Modem library * - :kconfig:`CONFIG_NRF_MODEM_LIB_DEBUG_ALLOC` - Print allocations on the library heap * - :kconfig:`CONFIG_NRF_MODEM_LIB_DEBUG_SHM_TX_ALLOC` - Print allocations on the TX region * - :kconfig:`CONFIG_NRF_MODEM_LIB_HEAP_DUMP_PERIODIC` - Periodically dump library heap contents * - :kconfig:`CONFIG_NRF_MODEM_LIB_HEAP_DUMP_PERIOD_MS` - Period (millisec) * - :kconfig:`CONFIG_NRF_MODEM_LIB_HEAP_SIZE` - Library heap size * - :kconfig:`CONFIG_NRF_MODEM_LIB_SENDMSG_BUF_SIZE` - Size of the sendmsg intermediate buffer * - :kconfig:`CONFIG_NRF_MODEM_LIB_SHMEM_CTRL_SIZE` - * - :kconfig:`CONFIG_NRF_MODEM_LIB_SHMEM_RX_SIZE` - RX region size * - :kconfig:`CONFIG_NRF_MODEM_LIB_SHMEM_TRACE_SIZE` - Trace region size * - :kconfig:`CONFIG_NRF_MODEM_LIB_SHMEM_TRACE_SIZE_OVERRIDE` - Custom Trace region size * - :kconfig:`CONFIG_NRF_MODEM_LIB_SHMEM_TX_DUMP_PERIOD_MS` - Period (millisec) * - :kconfig:`CONFIG_NRF_MODEM_LIB_SHMEM_TX_SIZE` - TX region size * - :kconfig:`CONFIG_NRF_MODEM_LIB_SHM_TX_DUMP_PERIODIC` - Periodically dump the TX memory region contents * - :kconfig:`CONFIG_NRF_MODEM_LIB_SYS_INIT` - Initialize during SYS\_INIT * - :kconfig:`CONFIG_NRF_MODEM_LIB_TRACE_ENABLED` - Enable proprietary traces * - :kconfig:`CONFIG_NRF_MODEM_LIB_TRACE_MEDIUM_RTT` - Send modem trace over SEGGER RTT * - :kconfig:`CONFIG_NRF_MODEM_LIB_TRACE_MEDIUM_RTT_BUF_SIZE` - Size of the buffer used by the RTT to write messages * - :kconfig:`CONFIG_NRF_MODEM_LIB_TRACE_MEDIUM_UART` - Send modem trace over UARTE1 * - :kconfig:`CONFIG_NRF_MPU_FLASH_REGION_SIZE` - * - :kconfig:`CONFIG_NRF_RPC_CBOR` - Add TinyCBOR layer * - :kconfig:`CONFIG_NRF_RPC_THREAD_PRIORITY` - Priority of thread from thread pool * - :kconfig:`CONFIG_NRF_RPC_THREAD_STACK_SIZE` - Stack size of thread from thread pool * - :kconfig:`CONFIG_NRF_RPC_TR_RPMSG` - nRF RPC over RPMsg * - :kconfig:`CONFIG_NRF_SPU_FLASH_REGION_SIZE` - * - :kconfig:`CONFIG_NRF_SW_LPUART` - Low Power UART using REQ/RDY lines * - :kconfig:`CONFIG_NRF_SW_LPUART_DEFAULT_TX_TIMEOUT` - TX Timeout in milliseconds * - :kconfig:`CONFIG_NRF_SW_LPUART_HFXO_ON_RX` - Turn on HFXO for RX * - :kconfig:`CONFIG_NRF_SW_LPUART_INIT_PRIORITY` - Initialization priority * - :kconfig:`CONFIG_NRF_SW_LPUART_INT_DRIVEN` - Enable interrupt driven API * - :kconfig:`CONFIG_NRF_SW_LPUART_INT_DRV_TX_BUF_SIZE` - Tx buffer size * - :kconfig:`CONFIG_NRF_SW_LPUART_MAX_PACKET_SIZE` - Maximum RX packet size * - :kconfig:`CONFIG_NULL_TERMINATION` - NULL Termination * - :kconfig:`CONFIG_OPENTHREAD_MBEDTLS_LIB_NAME` - mbedtls lib name * - :kconfig:`CONFIG_OPENTHREAD_NRF_SECURITY` - * - :kconfig:`CONFIG_OPENTHREAD_NRF_SECURITY_CHOICE` - nRF Security * - :kconfig:`CONFIG_OPENTHREAD_RADIO_WORKQUEUE_STACK_SIZE` - OpenThread radio transmit workqueue stack size * - :kconfig:`CONFIG_OPENTHREAD_SECURITY_INTERNAL` - * - :kconfig:`CONFIG_OPENTHREAD_THREAD_STACK_SIZE` - OpenThread thread stack size * - :kconfig:`CONFIG_PARTITION_MANAGER_ENABLED` - Partition manager is enabled (read-only option) * - :kconfig:`CONFIG_PAW3212` - PAW3212 mouse optical sensor * - :kconfig:`CONFIG_PAW3212_12_BIT_MODE` - PAW3212 12-bit motion data length * - :kconfig:`CONFIG_PAW3212_8_BIT_MODE` - PAW3212 8-bit motion data length * - :kconfig:`CONFIG_PAW3212_ORIENTATION_0` - PAW3212 not rotated * - :kconfig:`CONFIG_PAW3212_ORIENTATION_180` - PAW3212 rotated 180 deg clockwise * - :kconfig:`CONFIG_PAW3212_ORIENTATION_270` - PAW3212 rotated 270 deg clockwise * - :kconfig:`CONFIG_PAW3212_ORIENTATION_90` - PAW3212 rotated 90 deg clockwise * - :kconfig:`CONFIG_PCD` - Peripheral CPU DFU Support [DEPRECATED] * - :kconfig:`CONFIG_PCD_APP` - Peripheral CPU DFU Support for Application Processor * - :kconfig:`CONFIG_PCD_BUF_SIZE` - * - :kconfig:`CONFIG_PCD_CMD_ADDRESS` - PCD Command Address in RAM * - :kconfig:`CONFIG_PCD_NET` - Peripheral CPU DFU Support for Network Processor * - :kconfig:`CONFIG_PCD_NET_CORE_APP_OFFSET` - Network Core Application Offset in Flash * - :kconfig:`CONFIG_PCD_USE_CONSTANTS` - Use KConfig constants rather than pm\_config.h * - :kconfig:`CONFIG_PDN` - Packet Domain Network library * - :kconfig:`CONFIG_PDN_CONTEXTS_MAX` - Number of PDP contexts * - :kconfig:`CONFIG_PDN_DEFAULTS_OVERRIDE` - Override defaults for PDP context 0 * - :kconfig:`CONFIG_PDN_DEFAULT_APN` - Access point name (APN) * - :kconfig:`CONFIG_PDN_DEFAULT_AUTH` - * - :kconfig:`CONFIG_PDN_DEFAULT_AUTH_CHAP` - CHAP * - :kconfig:`CONFIG_PDN_DEFAULT_AUTH_NONE` - None * - :kconfig:`CONFIG_PDN_DEFAULT_AUTH_PAP` - PAP * - :kconfig:`CONFIG_PDN_DEFAULT_FAM` - * - :kconfig:`CONFIG_PDN_DEFAULT_FAM_IPV4` - IPV4 * - :kconfig:`CONFIG_PDN_DEFAULT_FAM_IPV4V6` - IPV4V6 * - :kconfig:`CONFIG_PDN_DEFAULT_FAM_IPV6` - IPV6 * - :kconfig:`CONFIG_PDN_DEFAULT_FAM_NONIP` - Non-IP * - :kconfig:`CONFIG_PDN_DEFAULT_PASSWORD` - Password * - :kconfig:`CONFIG_PDN_DEFAULT_USERNAME` - Username * - :kconfig:`CONFIG_PDN_ESM_TIMEOUT` - ESM timeout (ms) * - :kconfig:`CONFIG_PDN_INIT_PRIORITY` - Initialization priority * - :kconfig:`CONFIG_PDN_LEGACY_PCO` - Use legacy PCO mode * - :kconfig:`CONFIG_PDN_SYS_INIT` - Initialize during SYS\_INIT * - :kconfig:`CONFIG_PELION_MBEDTLS_LIB_NAME` - * - :kconfig:`CONFIG_PELION_NRF_SECURITY` - nRF Security * - :kconfig:`CONFIG_PELION_QUICK_SESSION_RESUME` - Enable quick session resume * - :kconfig:`CONFIG_PMW3360` - PMW3360 mouse optical sensor * - :kconfig:`CONFIG_PMW3360_CPI` - PMW3360's default CPI * - :kconfig:`CONFIG_PMW3360_ORIENTATION_0` - PMW3360 not rotated * - :kconfig:`CONFIG_PMW3360_ORIENTATION_180` - PMW3360 rotated 180 deg clockwise * - :kconfig:`CONFIG_PMW3360_ORIENTATION_270` - PMW3360 rotated 270 deg clockwise * - :kconfig:`CONFIG_PMW3360_ORIENTATION_90` - PMW3360 rotated 90 deg clockwise * - :kconfig:`CONFIG_PMW3360_REST1_DOWNSHIFT_TIME_MS` - PMW3360's default REST1 mode downshift time * - :kconfig:`CONFIG_PMW3360_REST2_DOWNSHIFT_TIME_MS` - PMW3360's default REST2 mode downshift time * - :kconfig:`CONFIG_PMW3360_RUN_DOWNSHIFT_TIME_MS` - PMW3360's default RUN mode downshift time * - :kconfig:`CONFIG_PM_EXTERNAL_FLASH` - [DEPRECATED] Support external flash in Partition Manager * - :kconfig:`CONFIG_PM_EXTERNAL_FLASH_BASE` - External flash base address * - :kconfig:`CONFIG_PM_EXTERNAL_FLASH_DEV_NAME` - [DEPRECATED] Name of the external flash device * - :kconfig:`CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY` - Place MCUboot secondary in external flash * - :kconfig:`CONFIG_PM_EXTERNAL_FLASH_SIZE` - [DEPRECATED] External flash size (in bytes) * - :kconfig:`CONFIG_PM_EXTERNAL_FLASH_SUPPORT_LEGACY` - Support legacy external flash partitioning * - :kconfig:`CONFIG_PM_IMAGE_NOT_BUILT_FROM_SOURCE` - * - :kconfig:`CONFIG_PM_PARTITION_SIZE_B0_IMAGE` - Flash space reserved for B0\_IMAGE * - :kconfig:`CONFIG_PM_PARTITION_SIZE_BL2` - Memory reserved for BL2 * - :kconfig:`CONFIG_PM_PARTITION_SIZE_LITTLEFS` - Memory reserved for LITTLEFS * - :kconfig:`CONFIG_PM_PARTITION_SIZE_MCUBOOT_SECONDARY` - Size of MCUboot secondary partition * - :kconfig:`CONFIG_PM_PARTITION_SIZE_MEMFAULT_STORAGE` - Memory reserved for MEMFAULT\_STORAGE * - :kconfig:`CONFIG_PM_PARTITION_SIZE_NVS_STORAGE` - Memory reserved for NVS\_STORAGE * - :kconfig:`CONFIG_PM_PARTITION_SIZE_PROVISION` - Flash space reserved for PROVISION * - :kconfig:`CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE` - Memory reserved for SETTINGS\_STORAGE * - :kconfig:`CONFIG_PM_PARTITION_SIZE_SPM` - Flash space reserved for SPM * - :kconfig:`CONFIG_PM_PARTITION_SIZE_SPM_SRAM` - RAM reserved for SPM * - :kconfig:`CONFIG_PM_PARTITION_SIZE_TFM` - Memory reserved for TFM * - :kconfig:`CONFIG_PM_PARTITION_SIZE_TFM_EXTRA` - Memory reserved for TFM EXTRA * - :kconfig:`CONFIG_PM_PARTITION_SIZE_TFM_SRAM` - Memory reserved for TFM\_RAM. * - :kconfig:`CONFIG_PM_PARTITION_SIZE_ZBOSS_NVRAM` - Memory reserved for ZBOSS\_NVRAM * - :kconfig:`CONFIG_PM_PARTITION_SIZE_ZBOSS_PRODUCT_CONFIG` - Memory reserved for ZBOSS\_PRODUCT\_CONFIG * - :kconfig:`CONFIG_PM_SINGLE_IMAGE` - Use the Partition Manager for single image builds * - :kconfig:`CONFIG_PM_SRAM_BASE` - * - :kconfig:`CONFIG_PM_SRAM_SIZE` - * - :kconfig:`CONFIG_PPI_TRACE` - Enable PPI trace * - :kconfig:`CONFIG_PRIVILEGED_STACK_SIZE` - Size of privileged stack * - :kconfig:`CONFIG_PROFILER` - System profiler * - :kconfig:`CONFIG_PROFILER_CUSTOM_EVENT_BUF_LEN` - Length of data buffer for custom event data (in bytes) * - :kconfig:`CONFIG_PROFILER_NORDIC` - Nordic profiler * - :kconfig:`CONFIG_PROFILER_NORDIC_COMMAND_BUFFER_SIZE` - Command buffer size * - :kconfig:`CONFIG_PROFILER_NORDIC_DATA_BUFFER_SIZE` - Data buffer size * - :kconfig:`CONFIG_PROFILER_NORDIC_INFO_BUFFER_SIZE` - Info buffer size * - :kconfig:`CONFIG_PROFILER_NORDIC_RTT_CHANNEL_COMMANDS` - Command down channel index * - :kconfig:`CONFIG_PROFILER_NORDIC_RTT_CHANNEL_DATA` - Data up channel index * - :kconfig:`CONFIG_PROFILER_NORDIC_RTT_CHANNEL_INFO` - Info up channel index * - :kconfig:`CONFIG_PROFILER_NORDIC_STACK_SIZE` - Stack size for thread handling host input * - :kconfig:`CONFIG_PROFILER_NORDIC_START_LOGGING_ON_SYSTEM_START` - Start logging on system start * - :kconfig:`CONFIG_PROFILER_NORDIC_THREAD_PRIORITY` - Priority of thread handling host input * - :kconfig:`CONFIG_RAM_POWER_DOWN_LIBRARY` - Enable API for turning off unused RAM segments * - :kconfig:`CONFIG_RESET_ON_FATAL_ERROR` - Reset on fatal error * - :kconfig:`CONFIG_RPC_HOST_BUILD_STRATEGY_FROM_SOURCE` - Build from source * - :kconfig:`CONFIG_RPC_HOST_BUILD_STRATEGY_SKIP_BUILD` - Skip building RPC\_HOST * - :kconfig:`CONFIG_RPMSG_NRF53_SRAM_SIZE` - * - :kconfig:`CONFIG_S1_VARIANT_IMAGE_NAME` - * - :kconfig:`CONFIG_SB_BPROT_IN_DEBUG` - Enable block protect in debug * - :kconfig:`CONFIG_SB_CRYPTO_CC310_ECDSA_SECP256R1` - Hardware ECDSA secp256r1 * - :kconfig:`CONFIG_SB_CRYPTO_CC310_SHA256` - Hardware SHA256 * - :kconfig:`CONFIG_SB_CRYPTO_CLIENT_ECDSA_SECP256R1` - Use another image's ECDSA secp256r1 implementation * - :kconfig:`CONFIG_SB_CRYPTO_CLIENT_SHA256` - Use another image's SHA256 implementation * - :kconfig:`CONFIG_SB_CRYPTO_NO_ECDSA_SECP256R1` - Disable secp256r1 support * - :kconfig:`CONFIG_SB_CRYPTO_NO_SHA256` - Disable SHA256 support * - :kconfig:`CONFIG_SB_CRYPTO_OBERON_ECDSA_SECP256R1` - Software ECDSA secp256r1 * - :kconfig:`CONFIG_SB_CRYPTO_OBERON_SHA256` - Software SHA256 * - :kconfig:`CONFIG_SB_DEBUG_NO_VERIFY_HASHES` - * - :kconfig:`CONFIG_SB_DEBUG_SIGNATURE_PUBLIC_KEY_LAST` - [DEBUG] Place signing public key last * - :kconfig:`CONFIG_SB_ECDSA_SECP256R1` - * - :kconfig:`CONFIG_SB_HASH_LEN` - * - :kconfig:`CONFIG_SB_MONOTONIC_COUNTER` - Enable HW monotonic version counter * - :kconfig:`CONFIG_SB_NUM_VER_COUNTER_SLOTS` - Number of monotonic counter slots used for the firmware version. * - :kconfig:`CONFIG_SB_PRIVATE_KEY_PROVIDED` - * - :kconfig:`CONFIG_SB_PUBLIC_KEY_FILES` - Public Key PEM files * - :kconfig:`CONFIG_SB_PUBLIC_KEY_HASH_LEN` - Public key hash size (bytes) * - :kconfig:`CONFIG_SB_PUBLIC_KEY_LEN` - * - :kconfig:`CONFIG_SB_RSA_PSS2048` - * - :kconfig:`CONFIG_SB_SHA256` - * - :kconfig:`CONFIG_SB_SIGNATURE_LEN` - * - :kconfig:`CONFIG_SB_SIGNING_COMMAND` - Custom signing command * - :kconfig:`CONFIG_SB_SIGNING_CUSTOM` - Sign with custom command. * - :kconfig:`CONFIG_SB_SIGNING_KEY_FILE` - Private key PEM file * - :kconfig:`CONFIG_SB_SIGNING_OPENSSL` - Sign with openssl command line tool. * - :kconfig:`CONFIG_SB_SIGNING_PUBLIC_KEY` - Public key PEM file * - :kconfig:`CONFIG_SB_SIGNING_PYTHON` - Sign with Python ecdsa library. * - :kconfig:`CONFIG_SB_VALIDATE_FW_HASH` - * - :kconfig:`CONFIG_SB_VALIDATE_FW_SIGNATURE` - * - :kconfig:`CONFIG_SB_VALIDATION_INFO_CRYPTO_ID` - * - :kconfig:`CONFIG_SB_VALIDATION_INFO_MAGIC` - Magic word used for validation info structs (32 bits). * - :kconfig:`CONFIG_SB_VALIDATION_INFO_VERSION` - Version number of the fw\_validation\_info\* structs (8 bits). * - :kconfig:`CONFIG_SB_VALIDATION_METADATA_OFFSET` - Offset at which to store validation metadata. * - :kconfig:`CONFIG_SB_VALIDATION_POINTER_MAGIC` - Magic word used for validation info pointer structs (32 bits). * - :kconfig:`CONFIG_SDC_MAX_CONN_EVENT_LEN_DEFAULT` - Default max connection event length [us] * - :kconfig:`CONFIG_SDC_RX_PRIO` - * - :kconfig:`CONFIG_SDC_RX_STACK_SIZE` - Size of the receive thread stack * - :kconfig:`CONFIG_SDC_SLAVE_COUNT` - Number of concurrent slave roles * - :kconfig:`CONFIG_SECURE_BOOT` - Use Secure Bootloader * - :kconfig:`CONFIG_SECURE_BOOT_CRYPTO` - Secure Boot Crypto * - :kconfig:`CONFIG_SECURE_BOOT_DEBUG` - Printing * - :kconfig:`CONFIG_SECURE_BOOT_DEBUG_RTT` - Print to RTT * - :kconfig:`CONFIG_SECURE_BOOT_DEBUG_UART` - Print to UART. * - :kconfig:`CONFIG_SECURE_BOOT_STORAGE` - Functions for accessing the bootloader storage. * - :kconfig:`CONFIG_SECURE_BOOT_VALIDATION` - Enable Secure Boot validation code * - :kconfig:`CONFIG_SENSOR` - Sensor Drivers * - :kconfig:`CONFIG_SENSOR_SIM` - Sensor simulator * - :kconfig:`CONFIG_SENSOR_SIM_ACCEL_TOGGLE` - Toggle on fetch between statically defined values * - :kconfig:`CONFIG_SENSOR_SIM_ACCEL_WAVE` - Periodic wave signal * - :kconfig:`CONFIG_SENSOR_SIM_BASE_HUMIDITY` - Base humidity value * - :kconfig:`CONFIG_SENSOR_SIM_BASE_PRESSURE` - Base pressure value * - :kconfig:`CONFIG_SENSOR_SIM_BASE_TEMPERATURE` - Base temperature value * - :kconfig:`CONFIG_SENSOR_SIM_DEV_NAME` - Sensor simulator device name * - :kconfig:`CONFIG_SENSOR_SIM_THREAD_PRIORITY` - Thread priority * - :kconfig:`CONFIG_SENSOR_SIM_THREAD_STACK_SIZE` - Trigger thread stack size * - :kconfig:`CONFIG_SENSOR_SIM_TRIGGER` - Sensor simulator trigger * - :kconfig:`CONFIG_SENSOR_SIM_TRIGGER_TIMEOUT_MSEC` - Time between 'data ready' triggers, in milliseconds * - :kconfig:`CONFIG_SENSOR_SIM_TRIGGER_USE_BUTTON` - Button 1 * - :kconfig:`CONFIG_SENSOR_SIM_TRIGGER_USE_TIMEOUT` - Timeout * - :kconfig:`CONFIG_SHELL_BT_NUS` - Shell Bluetooth NUS transport * - :kconfig:`CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL` - * - :kconfig:`CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_DBG` - Debug * - :kconfig:`CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_DEFAULT` - System limit (LOG\_MAX\_LEVEL) * - :kconfig:`CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_ERR` - Error * - :kconfig:`CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_INF` - Info * - :kconfig:`CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_NONE` - None * - :kconfig:`CONFIG_SHELL_BT_NUS_INIT_LOG_LEVEL_WRN` - Warning * - :kconfig:`CONFIG_SHELL_BT_NUS_RX_RING_BUFFER_SIZE` - Set RX ring buffer size * - :kconfig:`CONFIG_SHELL_BT_NUS_TX_RING_BUFFER_SIZE` - Set TX ring buffer size * - :kconfig:`CONFIG_SIGN_IMAGES` - Sign images for MCUBoot * - :kconfig:`CONFIG_SMS` - SMS subscriber * - :kconfig:`CONFIG_SMS_AT_CMD` - * - :kconfig:`CONFIG_SMS_SUBSCRIBERS_MAX_CNT` - Maximum number of subscribers * - :kconfig:`CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL` - Nordic nRFx flash driver synchronized using MPSL * - :kconfig:`CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL_TIMESLOT_SESSION_COUNT` - * - :kconfig:`CONFIG_SPM` - Use Secure Partition Manager * - :kconfig:`CONFIG_SPM_BLOCK_NON_SECURE_RESET` - Block system reset calls from Non-Secure domain * - :kconfig:`CONFIG_SPM_BOOT_SILENTLY` - Boot silently * - :kconfig:`CONFIG_SPM_BUILD_STRATEGY_FROM_SOURCE` - Build from source * - :kconfig:`CONFIG_SPM_BUILD_STRATEGY_SKIP_BUILD` - Skip building SPM * - :kconfig:`CONFIG_SPM_BUILD_STRATEGY_USE_HEX_FILE` - Use hex file instead of building SPM * - :kconfig:`CONFIG_SPM_HEX_FILE` - SPM hex file * - :kconfig:`CONFIG_SPM_MIN_PARTITION_SIZE` - Use minimimal partition size for SPM * - :kconfig:`CONFIG_SPM_NRF_CLOCK_NS` - Clock control is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_COMP_NS` - COMP is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_CTRLAP_NS` - CTRLAP is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_DCNF_NS` - DCNF is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_DPPIC_NS` - DPPIC is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_DPPIC_PERM_MASK` - Set DPPIC PERM mask for Non-secure * - :kconfig:`CONFIG_SPM_NRF_EGU1_NS` - EGU1 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_EGU2_NS` - EGU2 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_FPU_NS` - FPU is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_GPIOTE1_NS` - GPIOTE1 IRQ available in Non-Secure domain * - :kconfig:`CONFIG_SPM_NRF_I2S0_NS` - I2S0 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_I2S_NS` - I2S is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_IPC_NS` - IPC is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_LPCOMP_NS` - LPCOMP is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_MUTEX_NS` - Mutex is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_NFCT_NS` - NFCT is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_NVMC_NS` - NVMC is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_OSCILLATORS_NS` - Oscillators is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_P0_NS` - GPIO is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_P1_NS` - P1 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_PDM0_NS` - PDM0 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_PDM_NS` - PDM is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_PWM0_NS` - PWM0 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_PWM1_NS` - PWM1 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_PWM2_NS` - PWM2 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_PWM3_NS` - PWM3 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_QDEC0_NS` - QDEC0 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_QDEC1_NS` - QUDEC1 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_QSPI_NS` - QSPI is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_REGULATORS_NS` - Regulators is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_RESET_NS` - Reset is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_RTC0_NS` - RTC0 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_RTC1_NS` - RTC1 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_SAADC_NS` - SAADC is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_SPIM3_NS` - SPIM3 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_SPIM4_NS` - SPIM4 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_TIMER0_NS` - TIMER0 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_TIMER1_NS` - TIMER1 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_TIMER2_NS` - TIMER2 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_TWIM2_NS` - TWIM2 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_UARTE1_NS` - UARTE1 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_UARTE2_NS` - UARTE2 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_USBD_NS` - USBD is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_USBREGULATOR_NS` - USB Regulator is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_VMC_NS` - VMC is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_WDT0_NS` - WDT0 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_WDT1_NS` - WDT1 is Non-Secure * - :kconfig:`CONFIG_SPM_NRF_WDT_NS` - WDT is Non-Secure * - :kconfig:`CONFIG_SPM_NS_DEBUG_LOGS_DUMP` - Enable dumping non-secure logs on secure fault * - :kconfig:`CONFIG_SPM_SECURE_SERVICES` - Enable secure services * - :kconfig:`CONFIG_SPM_SERVICE_BUSY_WAIT` - Busy wait in secure mode (debug function) * - :kconfig:`CONFIG_SPM_SERVICE_FIND_FIRMWARE_INFO` - Find firmware info * - :kconfig:`CONFIG_SPM_SERVICE_NS_HANDLER_FROM_SPM_FAULT` - Call non-secure handler from secure fault context * - :kconfig:`CONFIG_SPM_SERVICE_PREVALIDATE` - Prevalidate B1 upgrades (Requires Immutable Bootloader) * - :kconfig:`CONFIG_SPM_SERVICE_READ` - Read from memory * - :kconfig:`CONFIG_SPM_SERVICE_REBOOT` - Enable system reset as a secure service * - :kconfig:`CONFIG_SPM_SERVICE_RNG` - Request random numbers * - :kconfig:`CONFIG_SPM_SERVICE_S0_ACTIVE` - Enable secure service to check if S0 is active B1 slot * - :kconfig:`CONFIG_SPM_SHARE_CONSOLE_UART` - Enable sharing console between domains * - :kconfig:`CONFIG_SRAM_BASE_ADDRESS` - SRAM Base Address * - :kconfig:`CONFIG_SRAM_SIZE` - SRAM Size in kB * - :kconfig:`CONFIG_ST25R3911B_LIB` - NFC ST25R3911B library * - :kconfig:`CONFIG_SUPL_CLIENT_LIB` - SUPL Client library * - :kconfig:`CONFIG_SUPPORT_BT_RPC` - * - :kconfig:`CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE` - System workqueue stack size * - :kconfig:`CONFIG_TEMP_NRF5_MPSL` - nRF5 MPSL Temperature Sensor * - :kconfig:`CONFIG_TFM_BL2` - Add MCUboot to TFM * - :kconfig:`CONFIG_TFM_BOARD` - * - :kconfig:`CONFIG_TFM_CRYPTO_HASH_MODULE_ENABLED` - Enable HASH crypto module * - :kconfig:`CONFIG_TFM_CRYPTO_RNG_MODULE_ENABLED` - Enable random number generator crypto module * - :kconfig:`CONFIG_TFM_IPC` - IPC * - :kconfig:`CONFIG_TFM_MCUBOOT_IMAGE_NUMBER` - Granularity of FW updates of TFM and app * - :kconfig:`CONFIG_TFM_MINIMAL` - Use minimal TF-M build * - :kconfig:`CONFIG_TFM_PARTITION_CRYPTO` - Enable secure partition 'Crypto' * - :kconfig:`CONFIG_TFM_PARTITION_PLATFORM` - Enable secure partition 'Platform' * - :kconfig:`CONFIG_UNITY` - Use Unity test framework * - :kconfig:`CONFIG_UPDATE_JOB_PAYLOAD_LEN` - Update job document buffer size * - :kconfig:`CONFIG_WAVE_GEN_LIB` - Enable wave signal generating library * - :kconfig:`CONFIG_ZBOSS_DEFAULT_THREAD_PRIORITY` - Set default ZBOSS thread prority * - :kconfig:`CONFIG_ZBOSS_DEFAULT_THREAD_STACK_SIZE` - Stack size of ZBOSS Zephyr task * - :kconfig:`CONFIG_ZBOSS_ERROR_PRINT_TO_LOG` - Log ZBOSS errors * - :kconfig:`CONFIG_ZBOSS_TRACE_BINARY_LOGGING` - Enable logging binary ZBOSS Traces * - :kconfig:`CONFIG_ZBOSS_TRACE_BINARY_NCP_TRANSPORT_LOGGING` - Enable logging binary ZBOSS Traces over the NCP transport channel * - :kconfig:`CONFIG_ZBOSS_TRACE_HEXDUMP_LOGGING` - Enable logging hexdumped ZBOSS Traces * - :kconfig:`CONFIG_ZBOSS_TRACE_LOGGER_BUFFER_SIZE` - Size of ring buffer to store ZBOSS Traces * - :kconfig:`CONFIG_ZBOSS_TRACE_LOGGER_DEVICE_NAME` - UART device name for logging ZBOSS Traces * - :kconfig:`CONFIG_ZBOSS_TRACE_LOG_LEVEL` - * - :kconfig:`CONFIG_ZBOSS_TRACE_LOG_LEVEL_DBG` - Debug * - :kconfig:`CONFIG_ZBOSS_TRACE_LOG_LEVEL_ERR` - Error * - :kconfig:`CONFIG_ZBOSS_TRACE_LOG_LEVEL_INF` - Info * - :kconfig:`CONFIG_ZBOSS_TRACE_LOG_LEVEL_OFF` - Off * - :kconfig:`CONFIG_ZBOSS_TRACE_LOG_LEVEL_WRN` - Warning * - :kconfig:`CONFIG_ZBOSS_TRACE_MASK` - Trace mask of ZBOSS stack logs * - :kconfig:`CONFIG_ZBOSS_TRACE_UART_LOGGING` - UART Serial * - :kconfig:`CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING` - UART USB CDC (supported only for Zigbee NCP sample) * - :kconfig:`CONFIG_ZBOSS_TRAF_DUMP` - Enable logging received 802.15.4 frames over ZBOSS traces * - :kconfig:`CONFIG_ZEPHYR_CANOPENNODE_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_CDDL_GEN_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_CJSON_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_CONNECTEDHOMEIP_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_HAL_NORDIC_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_LORAMAC_NODE_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_LZ4_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_MBEDTLS_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_MCUBOOT_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_NANOPB_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_NRFXLIB_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_NRF_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_PELION_DM_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_TRACERECORDER_MODULE` - * - :kconfig:`CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE` - * - :kconfig:`CONFIG_ZIGBEE` - Enable Zigbee stack * - :kconfig:`CONFIG_ZIGBEE_APP_CB_QUEUE_LENGTH` - Length of the application callback and alarm queue * - :kconfig:`CONFIG_ZIGBEE_APP_UTILS` - Enable API for Zigbee application utilities * - :kconfig:`CONFIG_ZIGBEE_CHANNEL` - 802.15.4 channel used by Zigbee <11-26> * - :kconfig:`CONFIG_ZIGBEE_CHANNEL_MASK` - Mask of 802.15.4 channels used by Zigbee * - :kconfig:`CONFIG_ZIGBEE_CHANNEL_SELECTION_MODE_MULTI` - Group of channels * - :kconfig:`CONFIG_ZIGBEE_CHANNEL_SELECTION_MODE_SINGLE` - Single channel * - :kconfig:`CONFIG_ZIGBEE_DEBUG_FUNCTIONS` - Include Zigbee debug functions * - :kconfig:`CONFIG_ZIGBEE_ERROR_TO_STRING_ENABLED` - Include functions for mapping ZBOSS errors to string * - :kconfig:`CONFIG_ZIGBEE_FOTA` - Enable Zigbee FOTA * - :kconfig:`CONFIG_ZIGBEE_FOTA_COMMENT` - OTA header string * - :kconfig:`CONFIG_ZIGBEE_FOTA_DATA_BLOCK_SIZE` - Maximum data size of Query Block Image * - :kconfig:`CONFIG_ZIGBEE_FOTA_ENDPOINT` - Zigbee OTA endpoint * - :kconfig:`CONFIG_ZIGBEE_FOTA_HW_VERSION` - Zigbee hardware version * - :kconfig:`CONFIG_ZIGBEE_FOTA_IMAGE_TYPE` - Image type * - :kconfig:`CONFIG_ZIGBEE_FOTA_MANUFACTURER_ID` - Manufacturer ID * - :kconfig:`CONFIG_ZIGBEE_FOTA_MAX_HW_VERSION` - Zigbee OTA maximum hw version * - :kconfig:`CONFIG_ZIGBEE_FOTA_MIN_HW_VERSION` - Zigbee OTA minimum hw version * - :kconfig:`CONFIG_ZIGBEE_FOTA_PROGRESS_EVT` - Emit progress event upon receiving a download fragment * - :kconfig:`CONFIG_ZIGBEE_HAVE_ASYNC_SERIAL` - Asynchronous UART serial abstract for ZBOSS OSIF * - :kconfig:`CONFIG_ZIGBEE_HAVE_SERIAL` - UART serial abstract for ZBOSS OSIF * - :kconfig:`CONFIG_ZIGBEE_LOGGER_EP` - Enable Zigbee endpoint handler for logging incoming ZCL frames * - :kconfig:`CONFIG_ZIGBEE_ROLE_COORDINATOR` - Coordinator role * - :kconfig:`CONFIG_ZIGBEE_ROLE_END_DEVICE` - End Device role * - :kconfig:`CONFIG_ZIGBEE_ROLE_ROUTER` - Router role * - :kconfig:`CONFIG_ZIGBEE_SCENES` - Enable Zigbee scenes extension * - :kconfig:`CONFIG_ZIGBEE_SCENES_ENDPOINT` - Zigbee scenes endpoint * - :kconfig:`CONFIG_ZIGBEE_SCENE_TABLE_SIZE` - Zigbee scene table size * - :kconfig:`CONFIG_ZIGBEE_SHELL` - Enable Zigbee Shell * - :kconfig:`CONFIG_ZIGBEE_SHELL_CTX_MGR_ENTRIES_NBR` - Number of entries in context manager * - :kconfig:`CONFIG_ZIGBEE_SHELL_DEBUG_CMD` - Enable debug shell commands * - :kconfig:`CONFIG_ZIGBEE_SHELL_ENDPOINT` - Number of endpoint to be used by the Zigbee Shell instance * - :kconfig:`CONFIG_ZIGBEE_UART_DEVICE_NAME` - Zigbee UART device name * - :kconfig:`CONFIG_ZIGBEE_UART_PARTIAL_RX_TIMEOUT` - Timeout value between the last received byte and the RX event if only a part of RX buffer was received, in milliseconds * - :kconfig:`CONFIG_ZIGBEE_UART_PARTIAL_TX_TIMEOUT` - Timeout value between the last transmitted byte and the TX ready event if only a part of TX buffer was transmitted, in milliseconds * - :kconfig:`CONFIG_ZIGBEE_UART_RX_BUF_LEN` - Size of the asynchronous receive buffer * - :kconfig:`CONFIG_ZIGBEE_UART_RX_TIMEOUT` - Timeout value for starting asynchronous reception, in milliseconds * - :kconfig:`CONFIG_ZIGBEE_UART_SUPPORTS_FLOW_CONTROL` - Set to true to inform application that Zigbee UART device supports flow control * - :kconfig:`CONFIG_ZIGBEE_UART_TX_BUF_LEN` - Size of the synchronous transmit buffer * - :kconfig:`CONFIG_ZIGBEE_UART_TX_TIMEOUT` - Timeout value for starting asynchronous transmission, in milliseconds * - :kconfig:`CONFIG_ZIGBEE_USE_BUTTONS` - Buttons abstract for ZBOSS OSIF * - :kconfig:`CONFIG_ZIGBEE_USE_DIMMABLE_LED` - Dimmable LED (PWM) abstract for ZBOSS OSIF * - :kconfig:`CONFIG_ZIGBEE_USE_LEDS` - LEDs abstract for ZBOSS OSIF * - :kconfig:`CONFIG_ZIGBEE_USE_SOFTWARE_AES` - Use software based AES * - :kconfig:`CONFIG_ZTEST_STACKSIZE` - Test function thread stack size * - :kconfig:`CONFIG_ZZHC` - Self-Registration Daemon * - :kconfig:`CONFIG_ZZHC_STACK_SIZE` - Background thread Stack size * - :kconfig:`CONFIG_ZZHC_THREAD_PRIO` - Background thread priority level * - :kconfig:`CONFIG__NRF_RPC_DUMMY_SELECT` -