diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2019-10-17 21:08:06 +0200 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2019-10-17 21:08:06 +0200 |
commit | c2877b59c1c45bee97f1fc70df0f1527921288e3 (patch) | |
tree | 26c4abd16c872928edef3d5c03526e03b9f9d6f3 /arch/arm64 | |
parent | Linux 5.4-rc1 (diff) | |
download | linux-c2877b59c1c45bee97f1fc70df0f1527921288e3.tar.xz linux-c2877b59c1c45bee97f1fc70df0f1527921288e3.zip |
arm64: defconfig: enable the Cadence QSPI controller
Enable the Cadence QSPI controller driver that is on the Stratix10 and
Agilex platforms.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 8e05c39eab08..cd596df2edfc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -211,6 +211,7 @@ CONFIG_MTD_NAND_DENALI_DT=y CONFIG_MTD_NAND_MARVELL=y CONFIG_MTD_NAND_QCOM=y CONFIG_MTD_SPI_NOR=y +CONFIG_SPI_CADENCE_QUADSPI=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=m CONFIG_VIRTIO_BLK=y |