[PATCH 4/4] spi: rockchip_sfc: Select BOUNCE_BUFFER
John Watts
contact at jookia.org
Sat Apr 27 07:40:43 CEST 2024
This is required for compiling.
Signed-off-by: John Watts <contact at jookia.org>
---
drivers/spi/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 025c81adc9..f1c6a838ae 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -417,6 +417,7 @@ config RENESAS_RPC_SPI
config ROCKCHIP_SFC
bool "Rockchip SFC Driver"
+ select BOUNCE_BUFFER
help
Enable the Rockchip SFC Driver for SPI NOR flash. This device is
a limited purpose SPI controller for driving NOR flash on certain
--
2.44.0
More information about the U-Boot
mailing list