Skip to content

Commit

Permalink
[media] c8sectpfe: Allow compiling it with COMPILE_TEST
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 11, 2015
1 parent 95d66b1 commit 409e9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/sti/c8sectpfe/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config DVB_C8SECTPFE
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 FW_LOADER
select FW_LOADER_USER_HELPER_FALLBACK

0 comments on commit 409e9ef

Please sign in to comment.