diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2011-07-25 15:35:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-08-27 10:35:21 -0300 |
commit | f6d8735493eb02248bc7d7b05d5967f9a68b5c44 (patch) | |
tree | 732a0d6a0107a072fc107f023c9d7f1f7420d88e /drivers/media/dvb/dvb-usb/Kconfig | |
parent | 52cb3e2757baefddaa159c3d3157a2c4a9e5f694 (diff) | |
download | blackbird-op-linux-f6d8735493eb02248bc7d7b05d5967f9a68b5c44.tar.gz blackbird-op-linux-f6d8735493eb02248bc7d7b05d5967f9a68b5c44.zip |
[media] it913x: Driver for Kworld UB499-2T (id 1b80:e409) v1.05
Driver for Kworld UB499-2T (id 1b80:e409)
The device driver has been named it913x, so that support for other family members
can be added later.
TODOs
Firmware support for other it913x devices.
Remote control support, there are two known types.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
[mchehab@redhat.com: Fix a merge conflict]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r-- | drivers/media/dvb/dvb-usb/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index 5d73dec8ac07..6e97bb35ba67 100644 --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig @@ -374,3 +374,10 @@ config DVB_USB_TECHNISAT_USB2 select DVB_STV6110x if !DVB_FE_CUSTOMISE help Say Y here to support the Technisat USB2 DVB-S/S2 device + +config DVB_USB_IT913X + tristate "it913x driver" + depends on DVB_USB + select DVB_IT913X_FE + help + Say Y here to support the it913x device |