:orphan: .. title:: CONFIG_CLOCK_CONTROL_ESP32 .. kconfig:: CONFIG_CLOCK_CONTROL_ESP32 CONFIG_CLOCK_CONTROL_ESP32 ########################## *ESP32 Clock driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for ESP32 clock driver. Direct dependencies =================== \ :kconfig:`SOC_ESP32 ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_ESP32 ` - \ :kconfig:`SOC_ESP32 ` Kconfig definition ================== At ``/clock_control/Kconfig.esp32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:49`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig config CLOCK_CONTROL_ESP32 bool "ESP32 Clock driver" depends on SOC_ESP32 && CLOCK_CONTROL help Enable support for ESP32 clock driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*