diff options
| author | Michael Hunold <devnull@localhost> | 2003-10-01 10:24:57 +0000 |
|---|---|---|
| committer | Michael Hunold <devnull@localhost> | 2003-10-01 10:24:57 +0000 |
| commit | 247cf5fcc3c2e684b1319ae8b1a595a328c4b23d (patch) | |
| tree | 0fc5df376242627e9aa704616684547e1b3024d4 /linux/drivers/media/dvb/dvb-core | |
| parent | 96c67e37ff37a0f02379addc5060451fe1afd051 (diff) | |
| download | mediapointer-dvb-s2-247cf5fcc3c2e684b1319ae8b1a595a328c4b23d.tar.gz mediapointer-dvb-s2-247cf5fcc3c2e684b1319ae8b1a595a328c4b23d.tar.bz2 | |
- clean up Kconfig files, use the new SELECT facility
- split up saa7146 compilation in core and video part
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core')
| -rw-r--r-- | linux/drivers/media/dvb/dvb-core/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
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. + |
