Browse Source

[media] c8sectpfe: Allow compiling it with COMPILE_TEST

While it won't work, it is good to allow it to build with
COMPILE_TEST, as we can check if other patches would break
compilation for this driver.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab 10 years ago
parent
commit
409e9eff72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/platform/sti/c8sectpfe/Kconfig

+ 1 - 1
drivers/media/platform/sti/c8sectpfe/Kconfig

@@ -1,6 +1,6 @@
 config DVB_C8SECTPFE
 config DVB_C8SECTPFE
 	tristate "STMicroelectronics C8SECTPFE DVB support"
 	tristate "STMicroelectronics C8SECTPFE DVB support"
-	depends on DVB_CORE && I2C && (ARCH_STI || ARCH_MULTIPLATFORM)
+	depends on DVB_CORE && I2C && (ARCH_STI || ARCH_MULTIPLATFORM || COMPILE_TEST)
 	select LIBELF_32
 	select LIBELF_32
 	select FW_LOADER
 	select FW_LOADER
 	select FW_LOADER_USER_HELPER_FALLBACK
 	select FW_LOADER_USER_HELPER_FALLBACK