summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHai Pham <[email protected]>2022-08-25 10:32:56 +0700
committerMarek Vasut <[email protected]>2023-06-10 11:50:45 +0200
commit89208dba38035007dcbe3618b2beda0aafac5fca (patch)
tree86d0c55edc3d7488387921a2eb30cba38f72bb75
parent49096f9924a7ec94e16a9736254f6fa752779dcb (diff)
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 <[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
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 4f435fd2681..453a5983b2a 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -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