/drivers/media/dvb/dvb-core/Kconfig
#! | 11 lines | 10 code | 1 blank | 0 comment | 0 complexity | 4473dce03ff367cc97d7d3e07fc75710 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
1config DVB_CORE
2 tristate "DVB Core Support"
3 depends on DVB
4 select CRC32
5 help
6 DVB core utility functions for device handling, software fallbacks etc.
7 Say Y when you have a DVB card and want to use it. Say Y if your want
8 to build your drivers outside the kernel, but need the DVB core. All
9 in-kernel drivers will select this automatically if needed.
10 If unsure say N.
11