zephyr/drivers/gpio/Kconfig.tca6424a
Jason Yuan 6ff0b79d74 drivers: gpio: Add TCA6424A driver
The driver supports 24 gpio pins which are numbered sequentially from
0 to 23.

Signed-off-by: Jason Yuan <jasonyuan@google.com>
2022-11-18 10:10:11 +01:00

20 lines
426 B
Plaintext

# TCA6424A configuration options
# Copyright (c) 2022 Chromium OS Authors
# SPDX-License-Identifier: Apache-2.0
menuconfig GPIO_TCA6424A
bool "TCA6424A driver"
default y
depends on DT_HAS_TI_TCA6424A_ENABLED
depends on I2C
help
Enable driver for TCA6424A IO expander chip.
config GPIO_TCA6424A_INIT_PRIORITY
int "Init priority"
default 70
depends on GPIO_TCA6424A
help
Device driver initialization priority.