diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-11 15:09:21 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-11 15:16:50 -0400 |
commit | 409e9eff727295b93a5dde51988a6f8646e5aa6b (patch) | |
tree | c33397d451e639581e1fbd4bd45a614f5f838aec | |
parent | 95d66b161630c9fd26324262732b3854e497a802 (diff) |
[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>
-rw-r--r-- | drivers/media/platform/sti/c8sectpfe/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/sti/c8sectpfe/Kconfig b/drivers/media/platform/sti/c8sectpfe/Kconfig index d1bfd4c646ae..a7227d2ab6cc 100644 --- a/drivers/media/platform/sti/c8sectpfe/Kconfig +++ b/drivers/media/platform/sti/c8sectpfe/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config DVB_C8SECTPFE | 1 | config DVB_C8SECTPFE |
2 | tristate "STMicroelectronics C8SECTPFE DVB support" | 2 | 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) |
4 | select LIBELF_32 | 4 | select LIBELF_32 |
5 | select FW_LOADER | 5 | select FW_LOADER |
6 | select FW_LOADER_USER_HELPER_FALLBACK | 6 | select FW_LOADER_USER_HELPER_FALLBACK |