1# Copyright (c) 2024 ITE Corporation. All Rights Reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4config PWM_ITE_IT8801 5 bool "ITE IT8801 PWM device driver" 6 default y 7 depends on DT_HAS_ITE_IT8801_PWM_ENABLED 8 select I2C 9 select MFD 10 help 11 Enable driver for ITE IT8801 I2C-based PWM. 12 Supports 7 open-drain/push-pull outputs. 13