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 <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/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 <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
Menu path: (Top)
config CLOCK_CONTROL
bool
default y
depends on SYS_CLOCK_EXISTS && SOC_FAMILY_NRF
At <Zephyr>/drivers/clock_control/Kconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/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.)