The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CLOCK_CONTROL

Hardware clock controller support

Type: bool

Help

Enable support for hardware clock controller. Such hardware can
provide clock for other subsystem, and thus can be also used for
power efficiency by controlling their clock. Note that this has
nothing to do with RTC.

Default

  • y

Symbols that select this symbol

Kconfig definitions

At soc/arm/nordic_nrf/Kconfig.defconfig:13

Included via Kconfig:8Kconfig.zephyr:27

Menu path: (Top)

config CLOCK_CONTROL
    bool
    default y
    depends on SYS_CLOCK_EXISTS && SOC_FAMILY_NRF

At drivers/clock_control/Kconfig:9

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:56

Menu path: (Top) → Device Drivers

menuconfig CLOCK_CONTROL
    bool "Hardware clock controller support"
    help
      Enable support for hardware clock controller. Such hardware can
      provide clock for other subsystem, and thus can be also used for
      power efficiency by controlling their clock. Note that this has
      nothing to do with RTC.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)