Message ID | 20191012041855.511313-1-bjorn.andersson@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Enable Qualcomm SPI and QSPI controller | expand |
On 11-10-19, 21:18, Bjorn Andersson wrote: > Enable the drivers for GENI SPI and QSPI controllers found on the > Qualcomm SDM845 platform, among others. lgtm, tested on db845c Reviewed-by: Vinod Koul <vkoul@kernel.org> Tested-by: Vinod Koul <vkoul@kernel.org> > > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> > --- > arch/arm64/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 688c8f200034..dcada299ff4d 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -391,7 +391,9 @@ CONFIG_SPI_MESON_SPIFC=m > CONFIG_SPI_ORION=y > CONFIG_SPI_PL022=y > CONFIG_SPI_ROCKCHIP=y > +CONFIG_SPI_QCOM_QSPI=m > CONFIG_SPI_QUP=y > +CONFIG_SPI_QCOM_GENI=m > CONFIG_SPI_S3C64XX=y > CONFIG_SPI_SPIDEV=m > CONFIG_SPI_SUN6I=y > -- > 2.23.0
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 688c8f200034..dcada299ff4d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -391,7 +391,9 @@ CONFIG_SPI_MESON_SPIFC=m CONFIG_SPI_ORION=y CONFIG_SPI_PL022=y CONFIG_SPI_ROCKCHIP=y +CONFIG_SPI_QCOM_QSPI=m CONFIG_SPI_QUP=y +CONFIG_SPI_QCOM_GENI=m CONFIG_SPI_S3C64XX=y CONFIG_SPI_SPIDEV=m CONFIG_SPI_SUN6I=y
Enable the drivers for GENI SPI and QSPI controllers found on the Qualcomm SDM845 platform, among others. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)