1# IT8XXX2 PWM configuration options
2
3# Copyright (c) 2021 ITE Corporation. All Rights Reserved.
4# SPDX-License-Identifier: Apache-2.0
5
6config PWM_ITE_IT8XXX2
7	bool "ITE IT8XXX2 embedded controller (EC) PWM driver"
8	default y
9	depends on DT_HAS_ITE_IT8XXX2_PWM_ENABLED
10	select PINCTRL
11	help
12	   Enable PWM driver for it8xxx2_evb.
13	   Supports three 16-bit prescalers each with 8-bit cycle timer, and
14	   eight PWM channels each with 8-bit duty cycle.
15