This converts configuration of the driver to DTS. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
20 lines
403 B
Text
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
|