zephyr/drivers/gpio/Kconfig.pca953x
Pieter De Gendt bd71698a66 drivers: gpio: pca953x: select I2C
Select I2C instead of depending on it, following upstream policy.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2022-10-03 10:12:03 +02:00

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