drivers: spi: dw: fix DesignWare spelling in Kconfig prompts
Just a minor spelling alignment of user-visible prompts. Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
This commit is contained in:
parent
bc8ef12429
commit
3fb8860f3e
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
menuconfig SPI_DW
|
||||
bool "Designware SPI controller driver"
|
||||
bool "DesignWare SPI controller driver"
|
||||
default y
|
||||
depends on DT_HAS_SNPS_DESIGNWARE_SPI_ENABLED
|
||||
select PINCTRL if $(dt_compat_any_has_prop,$(DT_COMPAT_SNPS_DESIGNWARE_SPI),pinctrl-0)
|
||||
help
|
||||
Enable support for Designware's SPI controllers.
|
||||
Enable support for DesignWare SPI controllers.
|
||||
|
||||
if SPI_DW
|
||||
|
||||
|
@ -22,7 +22,7 @@ config SPI_DW_ACCESS_WORD_ONLY
|
|||
exception.
|
||||
|
||||
config SPI_DW_HSSI
|
||||
bool "Designware SPI HSSI variant"
|
||||
bool "DesignWare SPI HSSI variant"
|
||||
help
|
||||
Use register layout compatible with the SPI DW HSSI variant of the
|
||||
peripheral.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue