1# STMPE1600 GPIO configuration options 2 3# Copyright (c) 2021 Titouan Christophe 4# SPDX-License-Identifier: Apache-2.0 5 6menuconfig GPIO_STMPE1600 7 bool "STMPE1600 I2C-based GPIO chip" 8 default y 9 depends on DT_HAS_ST_STMPE1600_ENABLED 10 depends on I2C 11 help 12 Enable driver for STMPE1600 I2C-based GPIO chip. 13 14config GPIO_STMPE1600_INIT_PRIORITY 15 int "Init priority" 16 default 70 17 depends on GPIO_STMPE1600 18 help 19 Device driver initialization priority. 20