zephyr/drivers/gpio/Kconfig.it8801
Tim Lin 788bca2ea8 drivers: gpio: it8801: Add I2C-based GPIO device driver
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>
2024-12-03 19:56:50 +01:00

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.