zephyr/drivers/gpio/Kconfig.pca95xx
Daniel Leung e6bbc49a7a gpio: pca95xx: convert kconfig to DTS
This converts configuration of the driver to DTS.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-02-05 12:00:36 +01:00

20 lines
403 B
Text

# PCA95XX GPIO configuration options
# Copyright (c) 2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig GPIO_PCA95XX
bool "PCA95XX I2C-based GPIO chip"
depends on I2C
help
Enable driver for PCA95XX I2C-based GPIO chip.
if GPIO_PCA95XX
config GPIO_PCA95XX_INIT_PRIORITY
int "Init priority"
default 70
help
Device driver initialization priority.
endif # GPIO_PCA95XX