Add I2C-based GPIO device driver. Supports 16-port GPIO divided into 3 groups. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
# Copyright (c) 2024 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_ITE_IT8801
|
|
bool "ITE IT8801 GPIO device driver"
|
|
default y
|
|
depends on DT_HAS_ITE_IT8801_GPIO_ENABLED
|
|
select I2C
|
|
select MFD
|
|
help
|
|
Enable driver for ITE IT8801 I2C-based GPIO.
|