blob: c020d6d20e3129802521c7faa31457b57dbcf070 [file] [log] [blame]
# 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