zephyr/drivers/spi/Kconfig.dw
Ilya Tagunov 3fb8860f3e 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>
2024-12-06 12:13:45 +01:00

30 lines
836 B
Text

# DesignWare SPI driver configuration options
# Copyright (c) 2015-2016 Intel Corporation
# Copyright (c) 2023 Meta Platforms
# SPDX-License-Identifier: Apache-2.0
menuconfig SPI_DW
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 SPI controllers.
if SPI_DW
config SPI_DW_ACCESS_WORD_ONLY
bool "DesignWare SPI only allows word access"
help
In some case, e.g. ARC HS Development kit, the peripheral space of
DesignWare SPI only allows word access, byte access will raise
exception.
config SPI_DW_HSSI
bool "DesignWare SPI HSSI variant"
help
Use register layout compatible with the SPI DW HSSI variant of the
peripheral.
endif # SPI_DW