diff options
author | Christoph Hellwig <hch@lst.de> | 2018-05-08 13:02:10 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-08 13:03:43 +0200 |
commit | 6e88628d03dda355a6fb3384680c1a075dd9a878 (patch) | |
tree | cda1e838c4b01714ec9a5c331ad5695136f9b702 /arch/ia64 | |
parent | 9f22bbbdd8e31a38872855b4ff402d76efb4c621 (diff) | |
download | linux-6e88628d03dda355a6fb3384680c1a075dd9a878.tar.gz linux-6e88628d03dda355a6fb3384680c1a075dd9a878.tar.bz2 linux-6e88628d03dda355a6fb3384680c1a075dd9a878.zip |
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 'arch/ia64')
-rw-r--r-- | arch/ia64/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index bbe12a038d21..f55aec969cfa 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -29,7 +29,6 @@ config IA64 select HAVE_FUNCTION_TRACER select TTY select HAVE_ARCH_TRACEHOOK - select HAVE_DMA_API_DEBUG select HAVE_MEMBLOCK select HAVE_MEMBLOCK_NODE_MAP select HAVE_VIRT_CPU_ACCOUNTING |