zephyr/drivers/mfd/Kconfig.it8801
Tim Lin 3de8989852 drivers: mfd: it8801: Initialize IT8801 multi-function device drivers
The IT8801 is an I/O expander that provides GPIO, PWM, Keyboard
functions via the I2C bus.

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

11 lines
386 B
Text

# Copyright (c) 2024 ITE Corporation. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
config MFD_ITE_IT8801
bool "ITE IT8801 ioexpander multi-function device driver"
default y
depends on DT_HAS_ITE_IT8801_MFD_ENABLED
select I2C
help
Enable the ITE IT8801 ioexpander multi-function device driver.
This ioexpander provides a GPIO/PWM/Keyboard function via I2C bus.