Skip to content

Commit

Permalink
mtd: spi: renesas: Enable SPI_FLASH_SFDP_SUPPORT
Browse files Browse the repository at this point in the history
Enable support for parsing and auto discovery of parameters for
SPI NOR flashes using Serial Flash Discoverable Parameters (SFDP)
tables as per JESD216 standard.

Reviewed-by: Marek Vasut <[email protected]>
Signed-off-by: Hai Pham <[email protected]>
Signed-off-by: Cong Dang <[email protected]>
Signed-off-by: Marek Vasut <[email protected]> # Make SFDP the default unconditionally
  • Loading branch information
HaiNguyenPham authored and Marek Vasut committed Jun 10, 2023
1 parent 49096f9 commit 89208db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ config SPI_QUP
config RENESAS_RPC_SPI
bool "Renesas RPC SPI driver"
depends on RCAR_64 || RZA1
imply SPI_FLASH_BAR
imply SPI_FLASH_SFDP_SUPPORT
help
Enable the Renesas RPC SPI driver, used to access SPI NOR flash
on Renesas RCar Gen3 SoCs. This uses driver model and requires a
Expand Down

0 comments on commit 89208db

Please sign in to comment.