V4L/DVB (8032): Anysee: fix Kconfig
- select DVB_PLL - fix typos in comments Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
5ae2fcaee4
commit
9fdd9caf44
3 changed files with 5 additions and 4 deletions
|
@ -244,6 +244,7 @@ config DVB_USB_AF9005_REMOTE
|
||||||
config DVB_USB_ANYSEE
|
config DVB_USB_ANYSEE
|
||||||
tristate "Anysee DVB-T/C USB2.0 support"
|
tristate "Anysee DVB-T/C USB2.0 support"
|
||||||
depends on DVB_USB
|
depends on DVB_USB
|
||||||
|
select DVB_PLL if !DVB_FE_CUSTOMISE
|
||||||
select DVB_MT352 if !DVB_FE_CUSTOMISE
|
select DVB_MT352 if !DVB_FE_CUSTOMISE
|
||||||
select DVB_ZL10353 if !DVB_FE_CUSTOMISE
|
select DVB_ZL10353 if !DVB_FE_CUSTOMISE
|
||||||
select DVB_TDA10023 if !DVB_FE_CUSTOMISE
|
select DVB_TDA10023 if !DVB_FE_CUSTOMISE
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
* Card reader in Anysee is nothing more than ISO 7816 card reader.
|
* Card reader in Anysee is nothing more than ISO 7816 card reader.
|
||||||
* There is no hardware CAM in any Anysee device sold.
|
* There is no hardware CAM in any Anysee device sold.
|
||||||
* In my understanding it should be implemented by making own module
|
* In my understanding it should be implemented by making own module
|
||||||
* for ISO 7816 card reader, like dvb_ca_en50221 is implented. This
|
* for ISO 7816 card reader, like dvb_ca_en50221 is implemented. This
|
||||||
* module registers serial interface that can be used to comminicate
|
* module registers serial interface that can be used to communicate
|
||||||
* with any ISO 7816 smart card.
|
* with any ISO 7816 smart card.
|
||||||
*
|
*
|
||||||
* Any help according to implement serial smart card reader support
|
* Any help according to implement serial smart card reader support
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
* Card reader in Anysee is nothing more than ISO 7816 card reader.
|
* Card reader in Anysee is nothing more than ISO 7816 card reader.
|
||||||
* There is no hardware CAM in any Anysee device sold.
|
* There is no hardware CAM in any Anysee device sold.
|
||||||
* In my understanding it should be implemented by making own module
|
* In my understanding it should be implemented by making own module
|
||||||
* for ISO 7816 card reader, like dvb_ca_en50221 is implented. This
|
* for ISO 7816 card reader, like dvb_ca_en50221 is implemented. This
|
||||||
* module registers serial interface that can be used to comminicate
|
* module registers serial interface that can be used to communicate
|
||||||
* with any ISO 7816 smart card.
|
* with any ISO 7816 smart card.
|
||||||
*
|
*
|
||||||
* Any help according to implement serial smart card reader support
|
* Any help according to implement serial smart card reader support
|
||||||
|
|
Loading…
Add table
Reference in a new issue