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