summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-08-08 11:16:38 +0100
committerPeter Robinson <pbrobinson@gmail.com>2017-08-08 11:16:38 +0100
commit240116fc37487665d5d6a836b9660910082cb523 (patch)
tree42d7831247af3bd8f1b3a81e05a9c3e9227d86d8
parent0e2d67d2d2507df7517e72f6bdb99c2dab21ff2a (diff)
downloadkernel-240116fc37487665d5d6a836b9660910082cb523.tar.gz
kernel-240116fc37487665d5d6a836b9660910082cb523.tar.xz
kernel-240116fc37487665d5d6a836b9660910082cb523.zip
disable DMA debug on ARM as it's _extremely_ chatty and the dma_debug=off command line option has no effect what so ever
-rw-r--r--kernel-aarch64-debug.config4
-rw-r--r--kernel-armv7hl-debug.config2
-rw-r--r--kernel-armv7hl-lpae-debug.config2
3 files changed, 4 insertions, 4 deletions
diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config
index 44fefa8d1..c1cd3f2d8 100644
--- a/kernel-aarch64-debug.config
+++ b/kernel-aarch64-debug.config
@@ -1181,10 +1181,10 @@ CONFIG_DL2K=m
CONFIG_DLM_DEBUG=y
CONFIG_DLM=m
CONFIG_DM9102=m
-CONFIG_DMA_API_DEBUG=y
+# CONFIG_DMA_API_DEBUG is not set
CONFIG_DMA_BCM2835=m
CONFIG_DMA_CMA=y
-CONFIG_DMADEVICES_DEBUG=y
+# CONFIG_DMADEVICES_DEBUG is not set
# CONFIG_DMADEVICES_VDEBUG is not set
CONFIG_DMADEVICES=y
CONFIG_DMA_ENGINE=y
diff --git a/kernel-armv7hl-debug.config b/kernel-armv7hl-debug.config
index 4bfa3935a..3384fb812 100644
--- a/kernel-armv7hl-debug.config
+++ b/kernel-armv7hl-debug.config
@@ -1243,7 +1243,7 @@ CONFIG_DLM_DEBUG=y
CONFIG_DLM=m
# CONFIG_DM9000 is not set
CONFIG_DM9102=m
-CONFIG_DMA_API_DEBUG=y
+# CONFIG_DMA_API_DEBUG is not set
CONFIG_DMA_BCM2835=m
# CONFIG_DMA_CACHE_RWFO is not set
CONFIG_DMA_CMA=y
diff --git a/kernel-armv7hl-lpae-debug.config b/kernel-armv7hl-lpae-debug.config
index da3311cdb..ec766c062 100644
--- a/kernel-armv7hl-lpae-debug.config
+++ b/kernel-armv7hl-lpae-debug.config
@@ -1191,7 +1191,7 @@ CONFIG_DLM_DEBUG=y
CONFIG_DLM=m
# CONFIG_DM9000 is not set
CONFIG_DM9102=m
-CONFIG_DMA_API_DEBUG=y
+# CONFIG_DMA_API_DEBUG is not set
CONFIG_DMA_BCM2835=m
# CONFIG_DMA_CACHE_RWFO is not set
CONFIG_DMA_CMA=y