:orphan: .. title:: CLOCK_CONTROL_NRF .. option:: CONFIG_CLOCK_CONTROL_NRF *NRF Clock controller support* Type: ``bool`` Help ==== .. code-block:: none Enable support for the Nordic Semiconductor nRFxx series SoC clock driver. Direct dependencies =================== \ :option:`SOC_COMPATIBLE_NRF ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`NRFX_CLOCK ` if !\ :option:`CLOCK_CONTROL_NRF_FORCE_ALT ` Kconfig definition ================== At ``/clock_control/Kconfig.nrf:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:54`` → ``/clock_control/Kconfig:23`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig menuconfig CLOCK_CONTROL_NRF bool "NRF Clock controller support" default y select NRFX_CLOCK if !CLOCK_CONTROL_NRF_FORCE_ALT depends on SOC_COMPATIBLE_NRF && CLOCK_CONTROL help Enable support for the Nordic Semiconductor nRFxx series SoC clock driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*