2018-02-02 19:30:20 +08:00
|
|
|
# Kconfig.sx1509b - SX1509B GPIO configuration options
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Aapo Vienamo
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig GPIO_SX1509B
|
|
|
|
bool "SX1509B I2C GPIO chip"
|
2019-03-07 14:12:27 +08:00
|
|
|
depends on I2C
|
2018-09-28 22:43:09 +08:00
|
|
|
select HAS_DTS_GPIO
|
2018-02-02 19:30:20 +08:00
|
|
|
help
|
|
|
|
Enable driver for SX1509B I2C GPIO chip.
|
|
|
|
|
|
|
|
config GPIO_SX1509B_INIT_PRIORITY
|
2018-08-14 22:19:20 +08:00
|
|
|
int "Init priority"
|
2018-08-24 04:49:42 +08:00
|
|
|
depends on GPIO_SX1509B
|
2018-02-02 19:30:20 +08:00
|
|
|
default 70
|
|
|
|
help
|
|
|
|
Device driver initialization priority.
|