summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-04-24 12:57:17 +0000
committerMichael Hunold <devnull@localhost>2003-04-24 12:57:17 +0000
commit3e004ed242b3bb9cd7d41031c089c851021c7680 (patch)
tree66e5e643631d858b52ec1f2d2e6d7e25a1b4ab74 /linux/drivers/media/dvb
parentd768b768fbe2bc59f1f3335081fbe907dda9e036 (diff)
downloadmediapointer-dvb-s2-3e004ed242b3bb9cd7d41031c089c851021c7680.tar.gz
mediapointer-dvb-s2-3e004ed242b3bb9cd7d41031c089c851021c7680.tar.bz2
Some fixes to get the "analog" i2c drivers to work for both 2.4 and
2.5. Add the DVB_DEVFS_ONLY switch back again.
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/dvb-core/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/Kconfig b/linux/drivers/media/dvb/dvb-core/Kconfig
index 99e2d6b9d..ea925e5c0 100644
--- a/linux/drivers/media/dvb/dvb-core/Kconfig
+++ b/linux/drivers/media/dvb/dvb-core/Kconfig
@@ -5,3 +5,13 @@ config DVB_CORE
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.
+
+config DVB_DEVFS_ONLY
+ bool "devfs only"
+ depends on DVB_CORE=y && DEVFS_FS
+ help
+ If you rely completly on devfs, you can drop support for the old
+ major/minor device scheme. This omits some really awkward lines of
+ code and saves some space in your kernel image.
+
+ But as always: If unsure say N.