From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 19 Feb 2015 10:44:54 +0100 Subject: [U-Boot] [PATCH 2/2] arm: socfpga: Enable DM for Cadence and DW SPI In-Reply-To: References: <1424295379-14689-1-git-send-email-marex@denx.de> <1424295379-14689-2-git-send-email-marex@denx.de> Message-ID: <201502191044.54996.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, February 19, 2015 at 02:07:13 AM, Simon Glass wrote: > Hi Marek, > > On 18 February 2015 at 14:36, Marek Vasut wrote: > > Enable DM in case these two drivers are enabled, since these > > two drivers depend on DM. > > > > Signed-off-by: Marek Vasut > > Cc: Simon Glass > > Cc: Stefan Roese > > Cc: Tom Rini > > --- > > > > include/configs/socfpga_common.h | 4 ++++ > > 1 file changed, 4 insertions(+) > > This should use Kconfig now. Hi, there's still no Cadence SPI nor DW SPI controller entry in drivers/spi/Kconfig, shall I add those then ? Best regards, Marek Vasut