-
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 <Zephyr>/soc/arm/nordic_nrf/Kconfig.defconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config CLOCK_CONTROL bool default y depends onSYS_CLOCK_EXISTS
&&SOC_FAMILY_NRF
At <Zephyr>/drivers/clock_control/Kconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:54
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.)