2015-11-19 07:51:58

by Valentin Rothberg

[permalink] [raw]
Subject: [PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig

The Kconfig option HAVE_DMA_ATTRS has been removed by
commit f6f306eeb7ea ("dma-mapping: always provide the dma_map_ops based
implementation"). Remove leftover references on this option.

Signed-off-by: Valentin Rothberg <[email protected]>
---
arch/s390/Kconfig | 1 -
drivers/gpu/drm/vc4/Kconfig | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 840abf4c82af..c40202c6acc3 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -126,7 +126,6 @@ config S390
select HAVE_CMPXCHG_DOUBLE
select HAVE_CMPXCHG_LOCAL
select HAVE_DEBUG_KMEMLEAK
- select HAVE_DMA_ATTRS
select HAVE_DMA_API_DEBUG
select HAVE_DYNAMIC_FTRACE
select HAVE_DYNAMIC_FTRACE_WITH_REGS
diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig
index 2d7d115ddf3f..584810474e5b 100644
--- a/drivers/gpu/drm/vc4/Kconfig
+++ b/drivers/gpu/drm/vc4/Kconfig
@@ -1,7 +1,7 @@
config DRM_VC4
tristate "Broadcom VC4 Graphics"
depends on ARCH_BCM2835 || COMPILE_TEST
- depends on DRM && HAVE_DMA_ATTRS
+ depends on DRM
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
select DRM_GEM_CMA_HELPER
--
2.1.4


2015-11-19 08:00:06

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig

Thanks, looks good:

Reviewed-by: Christoph Hellwig <[email protected]>