public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: select CRC32
@ 2017-06-21  6:34 Nicholas Piggin
  2017-06-21  9:13 ` Daniel Vetter
  0 siblings, 1 reply; 5+ messages in thread
From: Nicholas Piggin @ 2017-06-21  6:34 UTC (permalink / raw)
  To: Zhenyu Wang
  Cc: Nicholas Piggin, Daniel Vetter, Jani Nikula, intel-gfx, dri-devel,
	linux-kbuild, Masahiro Yamada

kbuild test robot found a build failure when building with thin
archives:

http://marc.info/?l=linux-kbuild&m=149802285009737&w=2

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
 drivers/gpu/drm/i915/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index a5cd5dacf055..e9e64e8e9765 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -21,6 +21,7 @@ config DRM_I915
 	select ACPI_BUTTON if ACPI
 	select SYNC_FILE
 	select IOSF_MBI
+	select CRC32
 	help
 	  Choose this option if you have a system that has "Intel Graphics
 	  Media Accelerator" or "HD Graphics" integrated graphics,
-- 
2.11.0


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

end of thread, other threads:[~2017-06-28  8:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21  6:34 [PATCH] drm/i915: select CRC32 Nicholas Piggin
2017-06-21  9:13 ` Daniel Vetter
2017-06-21  9:15   ` Chris Wilson
2017-06-21  9:26     ` Nicholas Piggin
2017-06-28  8:53       ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox