diff options
author | Christoph Hellwig <hch@lst.de> | 2018-05-08 14:02:10 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-08 14:03:43 +0300 |
commit | 6e88628d03dda355a6fb3384680c1a075dd9a878 (patch) | |
tree | cda1e838c4b01714ec9a5c331ad5695136f9b702 /arch/Kconfig | |
parent | 9f22bbbdd8e31a38872855b4ff402d76efb4c621 (diff) | |
download | linux-6e88628d03dda355a6fb3384680c1a075dd9a878.tar.xz |
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/Kconfig')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 8e0d665c8d53..f07a1a99e5db 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -278,9 +278,6 @@ config HAVE_CLK The <linux/clk.h> calls support software clock gating and thus are a key power management tool on many systems. -config HAVE_DMA_API_DEBUG - bool - config HAVE_HW_BREAKPOINT bool depends on PERF_EVENTS |