1# TCA6424A configuration options
2
3# Copyright (c) 2022 Chromium OS Authors
4# SPDX-License-Identifier: Apache-2.0
5
6menuconfig GPIO_TCA6424A
7	bool "TCA6424A driver"
8	default y
9	depends on DT_HAS_TI_TCA6424A_ENABLED
10	depends on I2C
11	help
12	  Enable driver for TCA6424A IO expander chip.
13
14config GPIO_TCA6424A_INIT_PRIORITY
15	int "Init priority"
16	default 70
17	depends on GPIO_TCA6424A
18	help
19	  Device driver initialization priority.
20