On Wed, 2020-08-05 at 17:20 -0400, Prarit Bhargava wrote: > Adding msalter for review (arm). > > P. > > On 8/5/20 1:24 PM, GitLab Bridge on behalf of jeremycline wrote: > > From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> > > > > 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@xxxxxxxxxxxxxxxxx> > > --- > > .../common/generic/CONFIG_SPI_CADENCE_QUADSPI | 1 + > > .../common/generic/CONFIG_SPI_LANTIQ_SSC | 1 + > > .../generic/CONFIG_SPI_CADENCE_QUADSPI | 21 ------------------- > > .../generic/CONFIG_SPI_LANTIQ_SSC | 18 ---------------- > > 4 files changed, 2 insertions(+), 39 deletions(-) > > create mode 100644 redhat/configs/common/generic/CONFIG_SPI_CADENCE_QUADSPI > > create mode 100644 redhat/configs/common/generic/CONFIG_SPI_LANTIQ_SSC > > delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SPI_CADENCE_QUADSPI > > delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SPI_LANTIQ_SSC > > > > diff --git a/redhat/configs/common/generic/CONFIG_SPI_CADENCE_QUADSPI b/redhat/configs/common/generic/CONFIG_SPI_CADENCE_QUADSPI > > new file mode 100644 > > index 000000000000..7c242fd0db53 > > --- /dev/null > > +++ b/redhat/configs/common/generic/CONFIG_SPI_CADENCE_QUADSPI > > @@ -0,0 +1 @@ > > +# CONFIG_SPI_CADENCE_QUADSPI is not set > > diff --git a/redhat/configs/common/generic/CONFIG_SPI_LANTIQ_SSC b/redhat/configs/common/generic/CONFIG_SPI_LANTIQ_SSC > > new file mode 100644 > > index 000000000000..f93334dd32f3 > > --- /dev/null > > +++ b/redhat/configs/common/generic/CONFIG_SPI_LANTIQ_SSC > > @@ -0,0 +1 @@ > > +# CONFIG_SPI_LANTIQ_SSC is not set > > diff --git a/redhat/configs/pending-common/generic/CONFIG_SPI_CADENCE_QUADSPI b/redhat/configs/pending-common/generic/CONFIG_SPI_CADENCE_QUADSPI > > deleted file mode 100644 > > index c15ec3b9f5fc..000000000000 > > --- a/redhat/configs/pending-common/generic/CONFIG_SPI_CADENCE_QUADSPI > > +++ /dev/null > > @@ -1,21 +0,0 @@ > > -# 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_CADENCE_QUADSPI is not set > > diff --git a/redhat/configs/pending-common/generic/CONFIG_SPI_LANTIQ_SSC b/redhat/configs/pending-common/generic/CONFIG_SPI_LANTIQ_SSC > > deleted file mode 100644 > > index bb3097fb3a22..000000000000 > > --- a/redhat/configs/pending-common/generic/CONFIG_SPI_LANTIQ_SSC > > +++ /dev/null > > @@ -1,18 +0,0 @@ > > -# 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]) > > -# > > -# > > -# > > -# CONFIG_SPI_LANTIQ_SSC is not set > > Acked-by: Mark Salter <msalter@xxxxxxxxxx> _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx