summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-06-02 10:54:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-03 10:03:33 +0200
commit26efcc8e97477b91a8f7fc94545b824a33f0e6cd (patch)
tree8c326978bcc022c484c0c29b8e8a2cc694cc34cf /arch/sandbox
parentb4d56cdc55bc3c2a5ba31ffec162cc6f8334e0ff (diff)
downloadbarebox-26efcc8e97477b91a8f7fc94545b824a33f0e6cd.tar.gz
barebox-26efcc8e97477b91a8f7fc94545b824a33f0e6cd.tar.xz
sandbox: select HAS_DMA
With the DMA stubs in place, we can indicate HAS_DMA in good conscience. Do so. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index 789938941d..3f10709021 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