diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2009-01-09 06:14:24 -0500 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-03-05 08:36:50 -0500 |
commit | 5ee00bd4691e7364bb7b62e2068d473cd5cb9320 (patch) | |
tree | 5223b3e5baadea873e0b2b5e6b40236de27bd864 /arch/Kconfig | |
parent | 0bd5c4f7c874cf48ff7904dcf8a59988c8fea0e8 (diff) |
dma-debug: add Kconfig entry
Impact: add a Kconfig entry for DMA-API debugging
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 550dab22daa1..830c16a2b801 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -106,3 +106,5 @@ config HAVE_CLK | |||
106 | The <linux/clk.h> calls support software clock gating and | 106 | The <linux/clk.h> calls support software clock gating and |
107 | thus are a key power management tool on many systems. | 107 | thus are a key power management tool on many systems. |
108 | 108 | ||
109 | config HAVE_DMA_API_DEBUG | ||
110 | bool | ||