From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jY2kz-0008R8-MZ for barebox@lists.infradead.org; Mon, 11 May 2020 07:21:47 +0000 From: Ahmad Fatoum Date: Mon, 11 May 2020 09:21:25 +0200 Message-Id: <20200511072140.29610-9-a.fatoum@pengutronix.de> In-Reply-To: <20200511072140.29610-1-a.fatoum@pengutronix.de> References: <20200511072140.29610-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 08/23] ddr: fsl: depend on ARM To: barebox@lists.infradead.org Cc: Ahmad Fatoum We have inline assembly in the driver, so we can't compile-test it unmodified on non-ARM. Indicate so in the Kconfig. Signed-off-by: Ahmad Fatoum --- drivers/ddr/fsl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ddr/fsl/Kconfig b/drivers/ddr/fsl/Kconfig index 09920bb8632e..b12bf8f7776f 100644 --- a/drivers/ddr/fsl/Kconfig +++ b/drivers/ddr/fsl/Kconfig @@ -1,5 +1,6 @@ config DDR_FSL bool "Freescale DDR support" if COMPILE_TEST + depends on ARM if DDR_FSL -- 2.26.2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox