Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
426 B

# 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.