Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 2a24ab628aa7b190be32f63dfb6d96f3fb61580a authored by Linus Torvalds on 25 May 2005, 03:31:20 UTC
Linux 2.6.12-rc5
Tip revision: 2a24ab6
Kconfig
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.

back to top