[media] dvb_demux: convert an internal ifdef into a Kconfig option
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 13 Oct 2016 09:57:47 +0000 (06:57 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 10:41:45 +0000 (08:41 -0200)
commitbbd02f6aa9fb4c1c951fe52629b722f79c70883f
tree434ef74b0579e78b6a308c10e9d509dd83662c75
parentb3ad24d2e0b039834db28d06727dc9a675aa0396
[media] dvb_demux: convert an internal ifdef into a Kconfig option

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>
drivers/media/dvb-core/Kconfig
drivers/media/dvb-core/dvb_demux.c