mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 15:41:56 +00:00
gating driver support for esp32c3 SoC family Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
# ESP32C3 Clock Driver configuration options
|
|
|
|
# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_ESP32C3
|
|
bool "ESP32C3 Clock driver"
|
|
depends on SOC_ESP32C3
|
|
help
|
|
Enable support for ESP32C3 clock driver.
|