-
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¶
- “y” if
SOC_SERIES_NRF91X
&&SOC_FAMILY_NRF
Symbols that select this symbol¶
Kconfig definitions¶
At soc/arm/nordic_nrf/nrf91/Kconfig.defconfig.series:19
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nordic_nrf/Kconfig.defconfig:10
Menu path: (top menu)
config ARCH_HAS_CUSTOM_BUSY_WAIT bool default "y" ifSOC_SERIES_NRF91X
&&SOC_FAMILY_NRF
depends onSOC_SERIES_NRF91X
&&SOC_FAMILY_NRF
At kernel/Kconfig:532
Included via Kconfig:10
→ Kconfig.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.)