:orphan: .. title:: choice CLOCK_CONTROL_NRF_SOURCE: 32KHz clock source .. _choice_314: .. describe:: choice CLOCK_CONTROL_NRF_SOURCE: 32KHz clock source *32KHz clock source* Type: ``bool`` Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL_NRF ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_XTAL ` Choice options ============== - \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_RC ` - \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_XTAL ` - \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_SYNTH ` - \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_EXT_LOW_SWING ` - \ :kconfig:`CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING ` Kconfig definition ================== At ``/clock_control/Kconfig.nrf:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:23`` Menu path: (Top) → Device Drivers → Hardware clock controller support → NRF Clock controller support .. code-block:: kconfig choice CLOCK_CONTROL_NRF_SOURCE bool "32KHz clock source" default CLOCK_CONTROL_NRF_K32SRC_XTAL depends on CLOCK_CONTROL_NRF && CLOCK_CONTROL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*