mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
mtd: spi: renesas: Enable SPI_FLASH_SFDP_SUPPORT
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 <marek.vasut+renesas@mailbox.org> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Cong Dang <cong.dang.xn@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> # Make SFDP the default unconditionally
This commit is contained in:
parent
49096f9924
commit
89208dba38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue