Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1272908 > unrolled thread

[PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig

Started byValentin Rothberg <valentinrothberg@gmail.com>
First post2015-11-19 09:00 +0100
Last post2015-11-19 09:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig Valentin Rothberg <valentinrothberg@gmail.com> - 2015-11-19 09:00 +0100
    Re: [PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig Christoph Hellwig <hch@lst.de> - 2015-11-19 09:10 +0100

#1272908 — [PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig

FromValentin Rothberg <valentinrothberg@gmail.com>
Date2015-11-19 09:00 +0100
Subject[PATCH] HAVE_DMA_ATTRS: remove leftovers in Kconfig
Message-ID<qwsin-6pI-11@gated-at.bofh.it>
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1272911

FromChristoph Hellwig <hch@lst.de>
Date2015-11-19 09:10 +0100
Message-ID<qwss2-6IF-7@gated-at.bofh.it>
In reply to#1272908
Thanks, looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web