The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT

(No prompt – not directly user assignable.)

Type: bool

Help

It’s possible that an architecture port cannot or does not want to use the provided k_busy_wait(), but instead must do something custom. It must enable this option in that case.

Defaults

Symbols that select this symbol

Kconfig definitions

At soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.series:19

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nordic_nrf/Kconfig.defconfig:10

Menu path: (top menu)

config ARCH_HAS_CUSTOM_BUSY_WAIT
    bool
    default "y" if SOC_SERIES_NRF91X && SOC_FAMILY_NRF
    depends on SOC_SERIES_NRF91X && SOC_FAMILY_NRF

At kernel/Kconfig:532

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options

config ARCH_HAS_CUSTOM_BUSY_WAIT
    bool
    help
      It's possible that an architecture port cannot or does not want to use
      the provided k_busy_wait(), but instead must do something custom. It must
      enable this option in that case.

(Definitions include propagated dependencies, including from if’s and menus.)