18 lines
402 B
Plaintext
18 lines
402 B
Plaintext
|
# STMPE1600 GPIO configuration options
|
||
|
|
||
|
# Copyright (c) 2021 Titouan Christophe
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
menuconfig GPIO_STMPE1600
|
||
|
bool "STMPE1600 I2C-based GPIO chip"
|
||
|
depends on I2C
|
||
|
help
|
||
|
Enable driver for STMPE1600 I2C-based GPIO chip.
|
||
|
|
||
|
config GPIO_STMPE1600_INIT_PRIORITY
|
||
|
int "Init priority"
|
||
|
default 70
|
||
|
depends on GPIO_STMPE1600
|
||
|
help
|
||
|
Device driver initialization priority.
|