Lines Matching refs:option
25 perform a full erase, pass the ``--erase`` option when executing ``west flash``.
34 protection. With this change, :kconfig:option:`CONFIG_STACK_CANARIES` no longer enables the
35 compiler option ``-fstack-protector-all``. Users who wish to use this option must now enable
36 :kconfig:option:`CONFIG_STACK_CANARIES_ALL`.
53 The :kconfig:option:`CONFIG_INPUT_CAP1203_POLL` has been removed:
56 The :kconfig:option:`CONFIG_INPUT_CAP1203_PERIOD` has been replaced with
63 * ``CONFIG_SOC_SERIES_RP2XXX`` is renamed to :kconfig:option:`CONFIG_SOC_SERIES_RP2040`.
78 * If a platform has a CSPRNG source available (i.e. :kconfig:option:`CONFIG_CSPRNG_ENABLED`
79 is set), then the Kconfig option :kconfig:option:`CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG`
81 :kconfig:option:`CONFIG_MBEDTLS_PSA_CRYPTO_LEGACY_RNG`. This helps in reducing
84 * The newly-added Kconfig option :kconfig:option:`CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT`
87 32 was used. The new Kconfig option defaults to 16 instead in order to find
98 * The config option :kconfig:option:`CONFIG_LV_Z_FLUSH_THREAD_PRIO` is now called
99 :kconfig:option:`CONFIG_LV_Z_FLUSH_THREAD_PRIORITY` and its value is now interpreted as an
186 * Renamed the Kconfig option ``CPU_HAS_NXP_MPU`` to :kconfig:option:`CPU_HAS_NXP_SYSMPU`.
239 * The :kconfig:option:`STEPPER_ADI_TMC_RAMP_GEN` is now deprecated and is replaced with the new
240 :kconfig:option:`STEPPER_ADI_TMC5041_RAMP_GEN` option.
280 * The config options :kconfig:option:`CONFIG_NXP_WIFI_BUILD_ONLY_MODE` and
281 :kconfig:option:`CONFIG_NRF_WIFI_BUILD_ONLY_MODE` are now unified under
282 :kconfig:option:`CONFIG_BUILD_ONLY_NO_BLOBS` making it a common entry point
291 * The :kconfig:option:`BT_CTLR` has been deprecated. A new :kconfig:option:`HAS_BT_CTLR` has been
293 HCI driver option, or the one for the upstream controller). It's recommended that all HCI drivers
294 for local link layers select the new option, since that opens up the possibility of indicating
301 library, Kconfig symbol :kconfig:option:`CONFIG_BT_MESH_USES_TINYCRYPT` was
302 set as deprecated. Default option for platforms that do not support TF-M
303 is :kconfig:option:`CONFIG_BT_MESH_USES_MBEDTLS_PSA`.
311 * :kconfig:option:`CONFIG_BT_GATT_CLIENT`
312 * :kconfig:option:`CONFIG_BT_GATT_AUTO_DISCOVER_CCC`
313 * :kconfig:option:`CONFIG_BT_GATT_AUTO_UPDATE_MTU`
314 * :kconfig:option:`CONFIG_BT_EXT_ADV`
315 * :kconfig:option:`CONFIG_BT_PER_ADV_SYNC`
316 * :kconfig:option:`CONFIG_BT_ISO_BROADCASTER`
317 * :kconfig:option:`CONFIG_BT_ISO_SYNC_RECEIVER`
318 * :kconfig:option:`CONFIG_BT_PAC_SNK`
319 * :kconfig:option:`CONFIG_BT_PAC_SRC`
327 * :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT` has been deprecated. The number of ACL RX buffers is
328 …now computed internally and is equal to :kconfig:option:`CONFIG_BT_MAX_CONN` + 1. If an application
329 needs more buffers, it can use the new :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT_EXTRA` to add
332 e.g. if :kconfig:option:`CONFIG_BT_MAX_CONN` was ``3`` and
333 :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT` was ``7`` then
334 :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT_EXTRA` should be set to ``7 - (3 + 1) = 3``.
338 The default value of :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT` has been set to 0.
342 pairing, it should disable :kconfig:option:`CONFIG_BT_SMP_SC_PAIR_ONLY` manually.
357 :kconfig:option:`CONFIG_NET_IPV4_DEFAULT_NETMASK` option instead of being left
367 * The :kconfig:option:`CONFIG_NET_L2_OPENTHREAD` symbol no longer implies the
368 :kconfig:option:`CONFIG_NVS` Kconfig option. Platforms using OpenThread must explicitly enable
369 either the :kconfig:option:`CONFIG_NVS` or :kconfig:option:`CONFIG_ZMS` Kconfig option.
402 * :kconfig:option:`CONFIG_NATIVE_APPLICATION` has been deprecated. Out-of-tree boards using this
403 option should migrate to the native_simulator runner (:github:`81232`).
405 * For the native_sim target :kconfig:option:`CONFIG_NATIVE_SIM_NATIVE_POSIX_COMPAT` has been
406 switched to ``n`` by default, and this option has been deprecated. Ensure your code does not
407 use the :kconfig:option:`CONFIG_BOARD_NATIVE_POSIX` option anymore (:github:`81232`).
412 since v3.7. These were removed. Use :kconfig:option:`CONFIG_X86_DISABLE_SSBD` and
413 :kconfig:option:`CONFIG_X86_ENABLE_EXTENDED_IBRS` instead.