media: dvb-core: allow users to enable DVB net ULE debug
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 11 Dec 2017 16:37:26 +0000 (11:37 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 19 Dec 2017 11:29:27 +0000 (06:29 -0500)
commitba711e1cee755392a23686a47a64cdedbdb6e13e
tree94d802cd4bb24d2a369f9eba7dc528ba489881f4
parentb93a25e120d5a4154c8902957e7440b10b47a260
media: dvb-core: allow users to enable DVB net ULE debug

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