All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig
@ 2015-11-19  7:51 Valentin Rothberg
  2015-11-19  8:00 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Rothberg @ 2015-11-19  7:51 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, airlied, hch, Valentin Rothberg

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 <valentinrothberg@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig
  2015-11-19  7:51 [PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig Valentin Rothberg
@ 2015-11-19  8:00 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2015-11-19  8:00 UTC (permalink / raw)
  To: Valentin Rothberg; +Cc: akpm, linux-kernel, airlied, hch

Thanks, looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-19  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-19  7:51 [PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig Valentin Rothberg
2015-11-19  8:00 ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.