zephyr/drivers/gpio/Kconfig.sn74hc595
Matthias Freese 938eae3372 drivers: gpio: ti: add gpio extender sn74hc595
Add driver for spi based gpio extender ti sn74hc595.

Signed-off-by: Matthias Freese <m.freese@web.de>
2022-07-04 16:10:37 +02:00

19 lines
348 B
Plaintext

# Copyright (c) 2022 Matthias Freese
# SPDX-License-Identifier: Apache-2.0
config GPIO_SN74HC595
bool "SN74HC595 shift register as GPIO extender"
depends on SPI
help
Use SN74HC595 as GPIO extender
if GPIO_SN74HC595
config GPIO_SN74HC595_INIT_PRIORITY
int "Init priority"
default 71
help
Device driver initialization priority.
endif