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-armv7hl-lpae-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-armv7hl-lpae-debug.config')
-rw-r--r-- | kernel-armv7hl-lpae-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |