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¶
y
y
Symbols that select this symbol¶
Kconfig definitions¶
At <Zephyr SoC>/arm/nordic_nrf/Kconfig.defconfig:13
Included via Kconfig:8
→ Kconfig.zephyr:25
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config CLOCK_CONTROL
bool
default y
depends on SYS_CLOCK_EXISTS && SOC_FAMILY_NRF
At <Zephyr SoC>/arm/nordic_nrf/Kconfig.defconfig:13
Included via Kconfig:8
→ Kconfig.zephyr:27
Menu path: (Top)
config CLOCK_CONTROL
bool
default y
depends on SYS_CLOCK_EXISTS && SOC_FAMILY_NRF
At <Zephyr Driver>/clock_control/Kconfig:9
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/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.)