2019-11-01 20:45:29 +08:00
|
|
|
# ESP32 PWM LED configuration options
|
|
|
|
|
2017-12-01 18:05:13 +08:00
|
|
|
# Copyright (c) 2017 Vitor Massaru Iha <vitor@massaru.org>
|
2022-06-30 06:39:25 +08:00
|
|
|
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
2017-12-01 18:05:13 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2022-06-14 01:22:39 +08:00
|
|
|
config PWM_LED_ESP32
|
2017-12-01 18:05:13 +08:00
|
|
|
bool "ESP32 PWM LED driver"
|
2022-07-22 05:13:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ESPRESSIF_ESP32_LEDC_ENABLED
|
2017-12-01 18:05:13 +08:00
|
|
|
help
|
|
|
|
This option enables the PWM LED driver for ESP32 family of
|
2022-06-30 06:39:25 +08:00
|
|
|
processors.
|
|
|
|
|
|
|
|
config MCPWM_ESP32
|
|
|
|
bool "ESP32 MCPWM driver"
|
2022-07-22 05:13:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ESPRESSIF_ESP32_MCPWM_ENABLED
|
2022-06-30 06:39:25 +08:00
|
|
|
help
|
|
|
|
This option enables the MCPWM driver for ESP32 family of
|
|
|
|
processors.
|