:orphan: .. title:: CLOCK_CONTROL_NRF .. option:: CONFIG_CLOCK_CONTROL_NRF *NRF Clock controller support* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.nrf:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:23`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: menuconfig CLOCK_CONTROL_NRF bool "NRF Clock controller support" default y select \ :option:`NRFX_CLOCK ` if !\ :option:`CLOCK_CONTROL_NRF_FORCE_ALT ` depends on \ :option:`SOC_COMPATIBLE_NRF ` && \ :option:`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.)*