commit | 24056f525051a9e186af28904b396320e18bf9a0 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jan 03 11:29:28 2011 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jan 06 22:31:11 2011 +0000 |
tree | a8580f24820e21ad48333fce6b5f03be55edd561 | |
parent | 9eedd96301cad8ab58ee8c1e579677d0a75c2ba1 [diff] [blame] |
ARM: DMA: add support for DMA debugging Add ARM support for the DMA debug infrastructure, which allows the DMA API usage to be debugged. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4769486..ca2ab3d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -2,6 +2,7 @@ bool default y select HAVE_AOUT + select HAVE_DMA_API_DEBUG select HAVE_IDE select HAVE_MEMBLOCK select RTC_LIB