From 72509c385e20410eebdc09d8ca60a206a063c064 Mon Sep 17 00:00:00 2001 From: Hank Wang Date: Fri, 2 May 2025 22:23:21 +0800 Subject: [PATCH] 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 --- drivers/gpio/Kconfig.sn74hc595 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/Kconfig.sn74hc595 b/drivers/gpio/Kconfig.sn74hc595 index 0ade0adb38d..ea3add9c623 100644 --- a/drivers/gpio/Kconfig.sn74hc595 +++ b/drivers/gpio/Kconfig.sn74hc595 @@ -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