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>
11 lines
386 B
Text
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.
|