summaryrefslogtreecommitdiffstats
path: root/Documentation/features
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-05-08 07:02:10 -0400
committerChristoph Hellwig <hch@lst.de>2018-05-08 07:03:43 -0400
commit6e88628d03dda355a6fb3384680c1a075dd9a878 (patch)
treecda1e838c4b01714ec9a5c331ad5695136f9b702 /Documentation/features
parent9f22bbbdd8e31a38872855b4ff402d76efb4c621 (diff)
dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG
There is no arch specific code required for dma-debug, so there is no need to opt into the support either. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Diffstat (limited to 'Documentation/features')
-rw-r--r--Documentation/features/io/dma-api-debug/arch-support.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/Documentation/features/io/dma-api-debug/arch-support.txt b/Documentation/features/io/dma-api-debug/arch-support.txt
deleted file mode 100644
index e438ed675623..000000000000
--- a/Documentation/features/io/dma-api-debug/arch-support.txt
+++ /dev/null
@@ -1,31 +0,0 @@
1#
2# Feature name: dma-api-debug
3# Kconfig: HAVE_DMA_API_DEBUG
4# description: arch supports DMA debug facilities
5#
6 -----------------------
7 | arch |status|
8 -----------------------
9 | alpha: | TODO |
10 | arc: | TODO |
11 | arm: | ok |
12 | arm64: | ok |
13 | c6x: | ok |
14 | h8300: | TODO |
15 | hexagon: | TODO |
16 | ia64: | ok |
17 | m68k: | TODO |
18 | microblaze: | ok |
19 | mips: | ok |
20 | nios2: | TODO |
21 | openrisc: | TODO |
22 | parisc: | TODO |
23 | powerpc: | ok |
24 | s390: | ok |
25 | sh: | ok |
26 | sparc: | ok |
27 | um: | TODO |
28 | unicore32: | TODO |
29 | x86: | ok |
30 | xtensa: | ok |
31 -----------------------