| # Copyright (c) 2025 ITE Corporation. All Rights Reserved. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config PWM_ITE_IT51XXX | |
| bool "ITE IT51XXX embedded controller (EC) PWM driver" | |
| default y | |
| depends on DT_HAS_ITE_IT51XXX_PWM_ENABLED | |
| select PINCTRL | |
| help | |
| Enable PWM driver for IT51xxx series SoC. | |
| Supports three 16-bit prescalers each with 10-bit cycle timer, and | |
| eight PWM channels each with 10-bit duty cycle. |