diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-08-08 11:16:38 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-08-08 11:16:38 +0100 |
commit | 240116fc37487665d5d6a836b9660910082cb523 (patch) | |
tree | 42d7831247af3bd8f1b3a81e05a9c3e9227d86d8 /kernel-aarch64-debug.config | |
parent | 0e2d67d2d2507df7517e72f6bdb99c2dab21ff2a (diff) | |
download | kernel-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
Diffstat (limited to 'kernel-aarch64-debug.config')
-rw-r--r-- | kernel-aarch64-debug.config | 4 |
1 files changed, 2 insertions, 2 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 |