-
choice CLOCK_CONTROL_NRF_SOURCE: 32KHz clock source
32KHz clock source
Type: bool
Direct dependencies¶
CLOCK_CONTROL_NRF
&& !CLOCK_CONTROL_NRF_FORCE_ALT
&& CLOCK_CONTROL
(Includes any dependencies from if’s and menus.)
Defaults¶
Choice options¶
Kconfig definition¶
At drivers/clock_control/Kconfig.nrf:26
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:52
→ drivers/clock_control/Kconfig:26
Menu path: (top menu) → Device Drivers → Hardware clock controller support → NRF Clock controller support
choice CLOCK_CONTROL_NRF_SOURCE bool prompt "32KHz clock source" ifCLOCK_CONTROL_NRF
&& !CLOCK_CONTROL_NRF_FORCE_ALT
&&CLOCK_CONTROL
defaultCLOCK_CONTROL_NRF_K32SRC_XTAL
ifCLOCK_CONTROL_NRF
&& !CLOCK_CONTROL_NRF_FORCE_ALT
&&CLOCK_CONTROL
depends onCLOCK_CONTROL_NRF
&& !CLOCK_CONTROL_NRF_FORCE_ALT
&&CLOCK_CONTROL
(Definitions include propagated dependencies, including from if’s and menus.)