diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2011-09-23 13:09:36 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-23 17:52:39 (GMT) |
commit | 08347cdd2d745cdcd82e8c4aa2804923df298f33 (patch) | |
tree | bb83f03ce6741d3a8f2fb5db0356565b408126a1 /drivers | |
parent | be304970850806abea880da95fbfb743a4d9f87d (diff) | |
download | linux-08347cdd2d745cdcd82e8c4aa2804923df298f33.tar.xz |
[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')
-rw-r--r-- | drivers/media/video/cx23885/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/Kconfig b/drivers/media/video/cx23885/Kconfig index caab1bf..b391e9b 100644 --- a/drivers/media/video/cx23885/Kconfig +++ b/drivers/media/video/cx23885/Kconfig @@ -38,7 +38,7 @@ config VIDEO_CX23885 config MEDIA_ALTERA_CI tristate "Altera FPGA based CI module" depends on VIDEO_CX23885 && DVB_CORE - select STAPL_ALTERA + select ALTERA_STAPL ---help--- An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. |