| # IT8XXX2 PWM configuration options | |
| # Copyright (c) 2021 ITE Corporation. All Rights Reserved. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config PWM_ITE_IT8XXX2 | |
| bool "ITE IT8XXX2 embedded controller (EC) PWM driver" | |
| default y | |
| depends on DT_HAS_ITE_IT8XXX2_PWM_ENABLED | |
| help | |
| Enable PWM driver for it8xxx2_evb. | |
| Supports three 16-bit prescalers each with 8-bit cycle timer, and | |
| eight PWM channels each with 8-bit duty cycle. |