summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* media: dvb-core: allow users to enable DVB net ULE debugMauro Carvalho Chehab2017-12-191-0/+13
| | | | | | | | | | | | | This debug option is there for a long time, but it is only enabled by editing the source code. Due to that, a breakage inside its code was only noticed years after a change at the ULE handling logic. Make it a Kconfig parameter, as it makes easier for advanced users to enable, and allow test if the compilation won't be broken in the future. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* [media] Raise adapter number limitБуди Романто, AreMa Inc2016-11-231-2/+2
| | | | | | | | The current limit is too low for latest cards with 8+ tuners on a single slot. IMHO, the most appropriate minimum default is 16. Signed-off-by: Буди Романто, AreMa Inc <knightrider@are.ma> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* [media] dvb_demux: convert an internal ifdef into a Kconfig optionMauro Carvalho Chehab2016-10-211-0/+13
| | | | | | | | | | | | There are some ifdefs inside the dvb_demux that are meant to enable advanced debug capabilities, at the cost of being very verbose. Keeping those as internal ifdefs is a very bad idea, as it doesn't make easy to check if the code there was broken by some patch. So, let's add an explicit Kconfig option for it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* [media] dvb: move the dvb core one level upMauro Carvalho Chehab2012-08-131-0/+29
just like the V4L2 core, move the DVB core to drivers/media, as the intention is to get rid of both "video" and "dvb" directories. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
OpenPOWER on IntegriCloud