mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
spi: renesas: Make driver available on R-Car Gen4
Use CONFIG_RCAR_64 to make the driver available on both R-Car Gen3 and R-Car Gen4. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
bbe36e29ca
commit
72f2781072
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ config SPI_QUP
|
|||
|
||||
config RENESAS_RPC_SPI
|
||||
bool "Renesas RPC SPI driver"
|
||||
depends on RCAR_GEN3 || RZA1
|
||||
depends on RCAR_64 || RZA1
|
||||
imply SPI_FLASH_BAR
|
||||
help
|
||||
Enable the Renesas RPC SPI driver, used to access SPI NOR flash
|
||||
|
|
Loading…
Reference in a new issue