24 lines
471 B
Plaintext
24 lines
471 B
Plaintext
# PCA953X GPIO configuration options
|
|
|
|
# Copyright (c) 2018 Aapo Vienamo
|
|
# Copyright (c) 2021 Laird Connectivity
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig GPIO_PCA953X
|
|
bool "PCA953X I2C GPIO chip"
|
|
default y
|
|
depends on DT_HAS_TI_TCA9538_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for PCA953X I2C GPIO chip.
|
|
|
|
if GPIO_PCA953X
|
|
|
|
config GPIO_PCA953X_INIT_PRIORITY
|
|
int "Init priority"
|
|
default 70
|
|
help
|
|
Device driver initialization priority.
|
|
|
|
endif # GPIO_PCA953X
|