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


Groups > linux.kernel > #1643809 > unrolled thread

[PATCH] drm/stm: add COMPILE_TEST to Kconfig

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-05-18 06:50 +0200
Last post2017-05-18 06:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] drm/stm: add COMPILE_TEST to Kconfig Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:50 +0200

#1643809 — [PATCH] drm/stm: add COMPILE_TEST to Kconfig

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-05-18 06:50 +0200
Subject[PATCH] drm/stm: add COMPILE_TEST to Kconfig
Message-ID<tIlxT-4UV-1@gated-at.bofh.it>
Add COMPILE_TEST for the compilation test coverage.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/gpu/drm/stm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/stm/Kconfig b/drivers/gpu/drm/stm/Kconfig
index 2c4817f..722ad11 100644
--- a/drivers/gpu/drm/stm/Kconfig
+++ b/drivers/gpu/drm/stm/Kconfig
@@ -1,6 +1,6 @@
 config DRM_STM
 	tristate "DRM Support for STMicroelectronics SoC Series"
-	depends on DRM && (ARCH_STM32 || ARCH_MULTIPLATFORM)
+	depends on DRM && (ARCH_STM32 || ARCH_MULTIPLATFORM || COMPILE_TEST)
 	select DRM_KMS_HELPER
 	select DRM_GEM_CMA_HELPER
 	select DRM_KMS_CMA_HELPER
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web