The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CLOCK_CONTROL_ESP32

ESP32 Clock driver

Type: bool

Help

Enable support for ESP32 clock driver.

Direct dependencies

SOC_ESP32 && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/clock_control/Kconfig.esp32:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:56drivers/clock_control/Kconfig:49

Menu path: (Top) → Device Drivers → Hardware clock controller support

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.)