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-0008R9-QB for barebox@lists.infradead.org; Mon, 11 May 2020 07:21:47 +0000 From: Ahmad Fatoum Date: Mon, 11 May 2020 09:21:30 +0200 Message-Id: <20200511072140.29610-14-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 13/23] sandbox: select HAS_DMA To: barebox@lists.infradead.org Cc: Ahmad Fatoum With the DMA stubs in place, we can indicate HAS_DMA in good conscience. Do so. Signed-off-by: Ahmad Fatoum --- arch/sandbox/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 46cfe8b4b1c8..e116fe2deb0b 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -6,6 +6,7 @@ config SANDBOX select GPIOLIB select ARCH_HAS_UBSAN_SANITIZE_ALL select HAVE_ARCH_KASAN + select HAS_DMA default y config ARCH_TEXT_BASE -- 2.26.2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox