Skip to content

Commit 72509c3

Browse files
WangHanChikartben
authored andcommitted
drivers: gpio: sn74hc595: fix terminology for GPIO expander
The Kconfig help text for the SN74HC595 driver refers to the device as a "GPIO extender", which is inconsistent with the devicetree binding file (ti,sn74hc595.yaml) that describes it as a "GPIO expander". Signed-off-by: Hank Wang <[email protected]>
1 parent d21749f commit 72509c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpio/Kconfig.sn74hc595

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config GPIO_SN74HC595
5-
bool "SN74HC595 shift register as GPIO extender"
5+
bool "SN74HC595 shift register as GPIO expander"
66
default y
77
depends on DT_HAS_TI_SN74HC595_ENABLED
88
depends on SPI
99
help
10-
Use SN74HC595 as GPIO extender
10+
Use SN74HC595 as GPIO expander
1111

1212
if GPIO_SN74HC595
1313

0 commit comments

Comments
 (0)