diff options
| author | John Watts <[email protected]> | 2024-04-27 15:40:43 +1000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-09 14:52:43 -0600 |
| commit | c4e69ab052fec58f095b490081d4299e80e6c109 (patch) | |
| tree | 8304a8d706265763ce514ceae000cd8ebdf2386c | |
| parent | c90a172d91547326387aa6b8a38bb0979ad929ed (diff) | |
spi: rockchip_sfc: Select BOUNCE_BUFFER
This is required for compiling.
Signed-off-by: John Watts <[email protected]>
| -rw-r--r-- | drivers/spi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 4224ea7f1a8..7a4b319f0d9 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 |
