Hamad Kadmany | 2c2be14 | 2012-05-10 08:54:24 +0300 | [diff] [blame] | 1 | config DVB_MPQ_DEMUX |
| 2 | tristate "DVB Demux Device" |
| 3 | depends on DVB_MPQ && ION && ION_MSM |
| 4 | default n |
| 5 | |
| 6 | help |
| 7 | Support for Qualcomm based dvb demux device. |
| 8 | Say Y or M if you own such a device and want to use it. |
| 9 | |
| 10 | config DVB_MPQ_NUM_DMX_DEVICES |
| 11 | int "Number of demux devices" |
| 12 | depends on DVB_MPQ_DEMUX |
| 13 | default 4 |
| 14 | range 1 255 |
| 15 | |
| 16 | help |
| 17 | Configure number of demux devices. Depends on your use-cases for maximum concurrent stream playback. |
| 18 | |
| 19 | choice |
| 20 | prompt "Demux Hardware Plugin" |
| 21 | depends on DVB_MPQ_DEMUX |
| 22 | default DVB_MPQ_TSIF |
| 23 | help |
| 24 | Enable support of specific demux HW plugin depending on the existing HW support. |
| 25 | Depending on the enabled HW, demux may take advantage of HW capbailities to perform some tasks in HW instead of SW. |
| 26 | |
| 27 | config DVB_MPQ_TSPP1 |
| 28 | bool "TSPPv1 plugin" |
| 29 | depends on TSPP |
| 30 | help |
| 31 | Use this option of your HW has Transport Stream Packet Processor (TSPP) version1 support |
| 32 | |
| 33 | config DVB_MPQ_TSPP2 |
| 34 | bool "TSPPv2 plugin" |
| 35 | depends on TSPP |
| 36 | help |
| 37 | Use this option of your HW has Transport Stream Packet Processor (TSPP) version2 support |
| 38 | |
| 39 | config DVB_MPQ_TSIF |
| 40 | bool "TSIF plugin" |
| 41 | depends on TSIF |
| 42 | help |
| 43 | Use this option of your HW has only TSIF input without any Transport Stream Packet Processor (TSPP) support |
| 44 | endchoice |
| 45 | |