aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@netup.ru>2011-09-23 09:09:36 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-23 13:52:39 -0400
commit08347cdd2d745cdcd82e8c4aa2804923df298f33 (patch)
treebb83f03ce6741d3a8f2fb5db0356565b408126a1 /drivers/media/video/cx23885
parentbe304970850806abea880da95fbfb743a4d9f87d (diff)
[media] cx23885: fix type error
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r--drivers/media/video/cx23885/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/Kconfig b/drivers/media/video/cx23885/Kconfig
index caab1bfb79e2..b391e9bda877 100644
--- a/drivers/media/video/cx23885/Kconfig
+++ b/drivers/media/video/cx23885/Kconfig
@@ -38,7 +38,7 @@ config VIDEO_CX23885
38config MEDIA_ALTERA_CI 38config MEDIA_ALTERA_CI
39 tristate "Altera FPGA based CI module" 39 tristate "Altera FPGA based CI module"
40 depends on VIDEO_CX23885 && DVB_CORE 40 depends on VIDEO_CX23885 && DVB_CORE
41 select STAPL_ALTERA 41 select ALTERA_STAPL
42 ---help--- 42 ---help---
43 An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. 43 An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card.
44 44