]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41b087849e259767092c858ac0b8ce011413da4b
tree94d802cd4bb24d2a369f9eba7dc528ba489881f4
parent46104c3c6103229d81e7143b5f4a22a8105f76cf
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