All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: John Watts <contact@jookia.org>
To: Jagan Teki <jagan@amarulasolutions.com>,
	Tom Rini <trini@konsulko.com>,
	 Ryder Lee <ryder.lee@mediatek.com>,
	Weijie Gao <weijie.gao@mediatek.com>,
	 Chunfeng Yun <chunfeng.yun@mediatek.com>,
	 GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>,
	 Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
Cc: u-boot@lists.denx.de, John Watts <contact@jookia.org>
Subject: [PATCH 4/4] spi: rockchip_sfc: Select BOUNCE_BUFFER
Date: Sat, 27 Apr 2024 15:40:43 +1000	[thread overview]
Message-ID: <20240427-spikconfig-v1-4-8a54772522f4@jookia.org> (raw)
In-Reply-To: <20240427-spikconfig-v1-0-8a54772522f4@jookia.org>

This is required for compiling.

Signed-off-by: John Watts <contact@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


      parent reply	other threads:[~2024-04-27  5:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-27  5:40 [PATCH 0/4] spi: Various Kconfig fixes John Watts
2024-04-27  5:40 ` [PATCH 1/4] spi: Kconfig: Add some required arch depends for drivers John Watts
2024-04-27  5:40 ` [PATCH 2/4] spi: mtk_spim: Remove completion.h include John Watts
2024-04-27  5:40 ` [PATCH 3/4] spi: ca_sflash: Add missing dm include John Watts
2024-04-27  5:40 ` John Watts [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240427-spikconfig-v1-4-8a54772522f4@jookia.org \
    --to=contact@jookia.org \
    --cc=GSS_MTK_Uboot_upstream@mediatek.com \
    --cc=alex.nemirovsky@cortina-access.com \
    --cc=chunfeng.yun@mediatek.com \
    --cc=jagan@amarulasolutions.com \
    --cc=ryder.lee@mediatek.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=weijie.gao@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.