zephyr/drivers/pwm/Kconfig.it8801
Tim Lin 54b91c7748 drivers: pwm: it8801: Add I2C-based PWM device driver
Add I2C-based PWM device driver. Supports 7 open-drain/push-pull
outputs.

Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
2024-12-03 19:56:50 +01:00

13 lines
333 B
Plaintext

# Copyright (c) 2024 ITE Corporation. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
config PWM_ITE_IT8801
bool "ITE IT8801 PWM device driver"
default y
depends on DT_HAS_ITE_IT8801_PWM_ENABLED
select I2C
select MFD
help
Enable driver for ITE IT8801 I2C-based PWM.
Supports 7 open-drain/push-pull outputs.