Skip to content

Commit 3fb8860

Browse files
tagunilkartben
authored andcommitted
drivers: spi: dw: fix DesignWare spelling in Kconfig prompts
Just a minor spelling alignment of user-visible prompts. Signed-off-by: Ilya Tagunov <[email protected]>
1 parent bc8ef12 commit 3fb8860

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/spi/Kconfig.dw

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
# SPDX-License-Identifier: Apache-2.0
66

77
menuconfig SPI_DW
8-
bool "Designware SPI controller driver"
8+
bool "DesignWare SPI controller driver"
99
default y
1010
depends on DT_HAS_SNPS_DESIGNWARE_SPI_ENABLED
1111
select PINCTRL if $(dt_compat_any_has_prop,$(DT_COMPAT_SNPS_DESIGNWARE_SPI),pinctrl-0)
1212
help
13-
Enable support for Designware's SPI controllers.
13+
Enable support for DesignWare SPI controllers.
1414

1515
if SPI_DW
1616

@@ -22,7 +22,7 @@ config SPI_DW_ACCESS_WORD_ONLY
2222
exception.
2323

2424
config SPI_DW_HSSI
25-
bool "Designware SPI HSSI variant"
25+
bool "DesignWare SPI HSSI variant"
2626
help
2727
Use register layout compatible with the SPI DW HSSI variant of the
2828
peripheral.

0 commit comments

Comments
 (0)