commit | bbd02f6aa9fb4c1c951fe52629b722f79c70883f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Oct 13 06:57:47 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Oct 21 08:41:45 2016 -0200 |
tree | 434ef74b0579e78b6a308c10e9d509dd83662c75 | |
parent | b3ad24d2e0b039834db28d06727dc9a675aa0396 [diff] |
[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>