Browse Source

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 <wanghanchi2000@gmail.com>
pull/89544/head
Hank Wang 2 months ago committed by Benjamin Cabé
parent
commit
72509c385e
  1. 4
      drivers/gpio/Kconfig.sn74hc595

4
drivers/gpio/Kconfig.sn74hc595

@ -2,12 +2,12 @@ @@ -2,12 +2,12 @@
# SPDX-License-Identifier: Apache-2.0
config GPIO_SN74HC595
bool "SN74HC595 shift register as GPIO extender"
bool "SN74HC595 shift register as GPIO expander"
default y
depends on DT_HAS_TI_SN74HC595_ENABLED
depends on SPI
help
Use SN74HC595 as GPIO extender
Use SN74HC595 as GPIO expander
if GPIO_SN74HC595

Loading…
Cancel
Save