summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core/Kconfig')
-rw-r--r--linux/drivers/media/dvb/dvb-core/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/Kconfig b/linux/drivers/media/dvb/dvb-core/Kconfig
new file mode 100644
index 000000000..c264b069c
--- /dev/null
+++ b/linux/drivers/media/dvb/dvb-core/Kconfig
@@ -0,0 +1,17 @@
+config DVB_CORE
+ tristate "DVB Core Support"
+ depends on DVB
+ 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.
+
+config DVB_DEVFS_ONLY
+ bool "devfs only"
+ depends on DVB_CORE=y && DEVFS_FS
+ help
+ Drop support for old major/minor device scheme and support only devfs
+ systems. This saves some code.
+
+ If unsure say N.
+