-
CONFIG_CLOCK_CONTROL_ESP32¶
ESP32 Clock driver
Type: bool
Help¶
Enable support for ESP32 clock driver.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
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
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.)