:orphan: .. title:: CONFIG_CLOCK_CONTROL_NRF .. kconfig:: CONFIG_CLOCK_CONTROL_NRF 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 =================== \ :kconfig:`SOC_COMPATIBLE_NRF ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_CLOCK ` if !\ :kconfig:`CLOCK_CONTROL_NRF_FORCE_ALT ` Kconfig definition ================== At ``/clock_control/Kconfig.nrf:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/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.)*