Enable all needed options to access the HyperFlash on R-Car Gen3 and Gen4 platforms. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- Not intended for upstream merge. To be applied to the topic/renesas-defconfig branch. --- arch/arm64/configs/renesas_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig index 6f823054a525719e..098bd40e5915466a 100644 --- a/arch/arm64/configs/renesas_defconfig +++ b/arch/arm64/configs/renesas_defconfig @@ -121,7 +121,11 @@ CONFIG_DEVTMPFS_MOUNT=y # CONFIG_DMIID is not set CONFIG_MTD=y CONFIG_MTD_BLOCK=y +CONFIG_MTD_CFI_ADV_OPTIONS=y +CONFIG_MTD_CFI_BE_BYTE_SWAP=y CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_HYPERBUS=y +CONFIG_RPCIF_HYPERBUS=y CONFIG_BLK_DEV_LOOP=y CONFIG_VIRTIO_BLK=y CONFIG_SRAM=y -- 2.25.1