mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:12:55 +00:00
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>
13 lines
333 B
Plaintext
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.
|