Skip to content

[redhat] New configs in drivers/spi

Jeremy Cline requested to merge configs/2020-08-05/drivers/spi into os-build

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

CONFIG_SPI_CADENCE_QUADSPI:

Enable support for the Cadence Quad SPI Flash controller.

Cadence QSPI is a specialized controller for connecting an SPI Flash over 1/2/4-bit wide bus. Enable this option if you have a device with a Cadence QSPI controller and want to access the Flash as an MTD device.

Symbol: SPI_CADENCE_QUADSPI [=n] Type : tristate Defined at drivers/spi/Kconfig:204 Prompt: Cadence Quad SPI controller Depends on: SPI [=y] && SPI_MASTER [=y] && OF [=y] && (ARM || ARM64 [=y] || COMPILE_TEST [=n]) Location: -> Device Drivers -> SPI support (SPI [=y])


CONFIG_SPI_LANTIQ_SSC:

This driver supports the Lantiq SSC SPI controller in master mode. This controller is found on Intel (former Lantiq) SoCs like the Danube, Falcon, xRX200, xRX300, Lightning Mountain.

Symbol: SPI_LANTIQ_SSC [=n] Type : tristate Defined at drivers/spi/Kconfig:502 Prompt: Lantiq SSC SPI controller Depends on: SPI [=y] && SPI_MASTER [=y] && (LANTIQ || X86 [=y] || COMPILE_TEST [=n]) Location: -> Device Drivers -> SPI support (SPI [=y])


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports