aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-core/Kconfig
blob: 12ee912a5705176af05f73be9e61ffa2e140687d (plain)
1
2
3
4
5
6
7
8
9
10
11
config DVB_CORE
	tristate "DVB Core Support"
	depends on DVB
	select CRC32
	help
	  DVB core utility functions for device handling, software fallbacks etc.
	  Say Y when you have a DVB card and want to use it. Say Y if your want
	  to build your drivers outside the kernel, but need the DVB core. All
	  in-kernel drivers will select this automatically if needed.
	  If unsure say N.