diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-07-27 17:49:48 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2019-07-27 17:49:48 +0100 |
commit | b5bfb26495e9f9ce7300cef60dc3febcefedf0d4 (patch) | |
tree | 0fb1fab16886401ef6a15e907c8e3dfabd4fb2aa /kernel-x86_64-debug.config | |
parent | 8efb3fad95343568ea430bc1f5dc6abc0acf6027 (diff) | |
download | kernel-b5bfb26495e9f9ce7300cef60dc3febcefedf0d4.tar.gz kernel-b5bfb26495e9f9ce7300cef60dc3febcefedf0d4.tar.xz kernel-b5bfb26495e9f9ce7300cef60dc3febcefedf0d4.zip |
disable DMADEVICES_DEBUG as it's very verbose and aimed as driver devs so probably not generally useful for rawhide
Diffstat (limited to 'kernel-x86_64-debug.config')
-rw-r--r-- | kernel-x86_64-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-x86_64-debug.config b/kernel-x86_64-debug.config index 95fe22c33..d7bca3950 100644 --- a/kernel-x86_64-debug.config +++ b/kernel-x86_64-debug.config @@ -1188,7 +1188,7 @@ CONFIG_DM9102=m # CONFIG_DMA_API_DEBUG_SG is not set CONFIG_DMA_API_DEBUG=y # CONFIG_DMA_CMA is not set -CONFIG_DMADEVICES_DEBUG=y +# CONFIG_DMADEVICES_DEBUG is not set # CONFIG_DMADEVICES_VDEBUG is not set CONFIG_DMADEVICES=y CONFIG_DMA_ENGINE=y |