diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-18 13:22:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-18 13:22:03 -0300 |
commit | a76cd1374c24897bb6bbe6d8aba3e4f459e2de90 (patch) | |
tree | d6879bbff8df289a09329ed0df7c10b467d93a73 /linux/drivers/media/dvb/dvb-usb/Kconfig | |
parent | 54084f7c52a77294a6947de1b8a9662c14385fed (diff) | |
download | mediapointer-dvb-s2-a76cd1374c24897bb6bbe6d8aba3e4f459e2de90.tar.gz mediapointer-dvb-s2-a76cd1374c24897bb6bbe6d8aba3e4f459e2de90.tar.bz2 |
Add an utility to help checking for missing dependencies
From: Mauro Carvalho Chehab <mchehab@infradead.org>
This tool consumes some time to run, but it is very useful on helping to check
if a dependency is missing. It will print an output like:
DVB_B2C2_FLEXCOP depends on DVB_CORE && 1
DVB_B2C2_FLEXCOP_PCI depends on DVB_B2C2_FLEXCOP && 1
DVB_B2C2_FLEXCOP depends on DVB_LGDT330X && 1 && DVB_PLL && 1 && DVB_MT312 && 1
&& DVB_BCM3510 && 1 && DVB_STV0297 && 1 && DVB_STV0299 && 1 && DVB_ISL6421 && 1
&& DVB_MT352 && 1 && DVB_CORE && 1 && MEDIA_TUNER_SIMPLE && 1 && DVB_CX24123 &&
1 && DVB_NXT200X && 1
In principle, each dependency should be associated to a "depends on" or
"select" clause, or a recursive "depends on".
Warning: The result of this tool should be used just as a hint, since, due to
performance issues, the checks will use a simple grep at the .c files, instead
of a real symbol usage inspection.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Kconfig')
0 files changed, 0 insertions, 0 deletions