Kconfig 385 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7
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
8
	  to build your drivers outside the kernel, but need the DVB core. All
L
Linus Torvalds 已提交
9 10 11
	  in-kernel drivers will select this automatically if needed.
	  If unsure say N.