From 247cf5fcc3c2e684b1319ae8b1a595a328c4b23d Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Wed, 1 Oct 2003 10:24:57 +0000 Subject: - clean up Kconfig files, use the new SELECT facility - split up saa7146 compilation in core and video part --- linux/drivers/media/dvb/dvb-core/Kconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/dvb/dvb-core') diff --git a/linux/drivers/media/dvb/dvb-core/Kconfig b/linux/drivers/media/dvb/dvb-core/Kconfig index 99e2d6b9d..7dc3511c7 100644 --- a/linux/drivers/media/dvb/dvb-core/Kconfig +++ b/linux/drivers/media/dvb/dvb-core/Kconfig @@ -1,7 +1,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. If unsure say N. + 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. + -- cgit v1.2.3