Skip to content

Commit 409e9ef

Browse files
committed
[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 <[email protected]>
1 parent 95d66b1 commit 409e9ef

File tree

1 file changed

+1
-1
lines changed
  • drivers/media/platform/sti/c8sectpfe

1 file changed

+1
-1
lines changed

drivers/media/platform/sti/c8sectpfe/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config DVB_C8SECTPFE
22
tristate "STMicroelectronics C8SECTPFE DVB support"
3-
depends on DVB_CORE && I2C && (ARCH_STI || ARCH_MULTIPLATFORM)
3+
depends on DVB_CORE && I2C && (ARCH_STI || ARCH_MULTIPLATFORM || COMPILE_TEST)
44
select LIBELF_32
55
select FW_LOADER
66
select FW_LOADER_USER_HELPER_FALLBACK

0 commit comments

Comments
 (0)