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.

Defaults

Kconfig definitions

At arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:160

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config CLOCK_CONTROL
    bool
    default "y" if SPI_DW && SPI && SOC_QUARK_SE_C1000_SS
    depends on SPI_DW && SPI && SOC_QUARK_SE_C1000_SS

At drivers/clock_control/Kconfig:12

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:54

Menu path: (top menu) → Device Drivers

menuconfig CLOCK_CONTROL
    bool
    prompt "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.

(Definitions include propagated dependencies, including from if’s and menus.)