add clock control driver support for esp32s2 SoC. Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
# ESP32S2 Clock Driver configuration options
|
|
|
|
# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_ESP32S2
|
|
bool "ESP32S2 Clock driver"
|
|
depends on SOC_ESP32S2
|
|
help
|
|
Enable support for ESP32S2 clock driver.
|