diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1bcf9cd4baa0..d9cbada7e2f8 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -902,6 +902,17 @@ config DYNAMIC_PRINTK_DEBUG | |||
902 | debugging for all modules. This mode can be turned off via the above | 902 | debugging for all modules. This mode can be turned off via the above |
903 | disable command. | 903 | disable command. |
904 | 904 | ||
905 | config DMA_API_DEBUG | ||
906 | bool "Enable debugging of DMA-API usage" | ||
907 | depends on HAVE_DMA_API_DEBUG | ||
908 | help | ||
909 | Enable this option to debug the use of the DMA API by device drivers. | ||
910 | With this option you will be able to detect common bugs in device | ||
911 | drivers like double-freeing of DMA mappings or freeing mappings that | ||
912 | were never allocated. | ||
913 | This option causes a performance degredation. Use only if you want | ||
914 | to debug device drivers. If unsure, say N. | ||
915 | |||
905 | source "samples/Kconfig" | 916 | source "samples/Kconfig" |
906 | 917 | ||
907 | source "lib/Kconfig.kgdb" | 918 | source "lib/Kconfig.kgdb" |