We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8ef12 commit 3fb8860Copy full SHA for 3fb8860
drivers/spi/Kconfig.dw
@@ -5,12 +5,12 @@
5
# SPDX-License-Identifier: Apache-2.0
6
7
menuconfig SPI_DW
8
- bool "Designware SPI controller driver"
+ bool "DesignWare SPI controller driver"
9
default y
10
depends on DT_HAS_SNPS_DESIGNWARE_SPI_ENABLED
11
select PINCTRL if $(dt_compat_any_has_prop,$(DT_COMPAT_SNPS_DESIGNWARE_SPI),pinctrl-0)
12
help
13
- Enable support for Designware's SPI controllers.
+ Enable support for DesignWare SPI controllers.
14
15
if SPI_DW
16
@@ -22,7 +22,7 @@ config SPI_DW_ACCESS_WORD_ONLY
22
exception.
23
24
config SPI_DW_HSSI
25
- bool "Designware SPI HSSI variant"
+ bool "DesignWare SPI HSSI variant"
26
27
Use register layout compatible with the SPI DW HSSI variant of the
28
peripheral.
0 commit comments