:orphan: .. title:: CONFIG_SOC_ESP32C3 .. kconfig:: CONFIG_SOC_ESP32C3 CONFIG_SOC_ESP32C3 ################## *ESP32C3* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`RISCV ` - \ :kconfig:`RISCV_GP ` - \ :kconfig:`DYNAMIC_INTERRUPTS ` - \ :kconfig:`CLOCK_CONTROL ` - \ :kconfig:`CLOCK_CONTROL_ESP32 ` Kconfig definition ================== At ``/riscv/esp32c3/Kconfig.soc:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_ESP32C3 bool "ESP32C3" select RISCV select RISCV_GP select DYNAMIC_INTERRUPTS select CLOCK_CONTROL select CLOCK_CONTROL_ESP32 depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*